Html Css Color HEX #EBCC76 Golden Sand

📋 copy color: '#EBCC76'

red 235 ◦ green 204 ◦ blue 118

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

Shades of Golden Sand #EBCC76

Tints of Golden Sand #EBCC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.62%

 BLUE value IS 118 (46.48% from 255) = 21.18%

R = 42.19%
G = 36.62%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBCC76 (or 0xEBCC76) is known color: Golden Sand. HEX triplet: EB, CC and 76. RGB value is (235,204,118). Sum of RGB (Red+Green+Blue) = 235+204+118=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC76 is #143389. Grayscale: #CBCBCB. Windows color (decimal): -1323914 or 7785707. OLE color: 7785707.

HSL color Cylindrical-coordinate representation of color #EBCC76: hue angle of 44.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBCC76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 118 -
CMYK 0 0.13 0.50 0.08
HSL 44.1º 0.75% 0.69% -
HSV(B) 44.1º 0.5% 0.92% -
XYZ 59.12 62.16 26.02 -
YUV 203.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 235 204 118 0 0.13 0.50 0.08 44.1 0.75 0.69
Hex EB CC 76 0 D 32 8 2C 4B 45
Octal 353 314 166 0 15 62 10 54 113 105
Binary 11101011 11001100 1110110 0 1101 110010 1000 101100 1001011 1000101

Color Harmonies of #EBCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC76

Black with #EBCC76

Text Example


Text Example

White with #EBCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC76; }

 p { color: rgb(235,204,118); }

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

background-color css

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

 a { background-color: rgb(235,204,118); }

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

border-color css

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

 span { border-color: rgb(235,204,118); }

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