Html Css Color HEX #EBC567 Golden Sand

📋 copy color: '#EBC567'

red 235 ◦ green 197 ◦ blue 103

#EBC567
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EBC567

Tints of Golden Sand #EBC567

RGB

 RED value IS 235 (92.19% from 255) = 43.93%

 GREEN value IS 197 (77.34% from 255) = 36.82%

 BLUE value IS 103 (40.63% from 255) = 19.25%

R = 43.93%
G = 36.82%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBC567 (or 0xEBC567) is known color: Golden Sand. HEX triplet: EB, C5 and 67. RGB value is (235,197,103). Sum of RGB (Red+Green+Blue) = 235+197+103=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC567 is #143A98. Grayscale: #C6C6C6. Windows color (decimal): -1325721 or 6800875. OLE color: 6800875.

HSL color Cylindrical-coordinate representation of color #EBC567: hue angle of 42.73º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBC567 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 103 -
CMYK 0 0.16 0.56 0.08
HSL 42.73º 0.77% 0.66% -
HSV(B) 42.73º 0.56% 0.92% -
XYZ 56.68 58.57 21.15 -
YUV 197.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 235 197 103 0 0.16 0.56 0.08 42.73 0.77 0.66
Hex EB C5 67 0 10 38 8 2B 4D 42
Octal 353 305 147 0 20 70 10 53 115 102
Binary 11101011 11000101 1100111 0 10000 111000 1000 101011 1001101 1000010

Color Harmonies of #EBC567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC567

Black with #EBC567

Text Example


Text Example

White with #EBC567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC567; }

 p { color: rgb(235,197,103); }

 H1.HeaderClassName
 {
   color: #EBC567;
 }
 .AnyTagClassName
 {
   color: #EBC567;
 }
</style>

background-color css

<style>
 a { background-color: #EBC567; }

 a { background-color: rgb(235,197,103); }

 div.DivClassName
 {
   background-color: #EBC567;
 }
 .BgClassName
 {
   background-color: #EBC567;
 }
</style>

border-color css

<style>
 span { border-color: #EBC567; }

 span { border-color: rgb(235,197,103); }

 td.TdClassName
 {
   border-color: #EBC567;
 }
 .TagClassName
 {
   border-color: #EBC567;
 }
</style>