Html Css Color HEX #EBCE76 Golden Sand

📋 copy color: '#EBCE76'

red 235 ◦ green 206 ◦ blue 118

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

Shades of Golden Sand #EBCE76

Tints of Golden Sand #EBCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

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

R = 42.04%
G = 36.85%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBCE76 (or 0xEBCE76) is known color: Golden Sand. HEX triplet: EB, CE and 76. RGB value is (235,206,118). Sum of RGB (Red+Green+Blue) = 235+206+118=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE76 is #143189. Grayscale: #CDCDCD. Windows color (decimal): -1323402 or 7786219. OLE color: 7786219.

HSL color Cylindrical-coordinate representation of color #EBCE76: hue angle of 45.13º 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 #EBCE76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 118 -
CMYK 0 0.12 0.50 0.08
HSL 45.13º 0.75% 0.69% -
HSV(B) 45.13º 0.5% 0.92% -
XYZ 59.6 63.11 26.18 -
YUV 204.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 235 206 118 0 0.12 0.50 0.08 45.13 0.75 0.69
Hex EB CE 76 0 C 32 8 2D 4B 45
Octal 353 316 166 0 14 62 10 55 113 105
Binary 11101011 11001110 1110110 0 1100 110010 1000 101101 1001011 1000101

Color Harmonies of #EBCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE76

Black with #EBCE76

Text Example


Text Example

White with #EBCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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