Html Css Color HEX #EDCE76 Golden Sand

📋 copy color: '#EDCE76'

red 237 ◦ green 206 ◦ blue 118

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

Shades of Golden Sand #EDCE76

Tints of Golden Sand #EDCE76

RGB

 RED value IS 237 (92.97% from 255) = 42.25%

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

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

R = 42.25%
G = 36.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCE76 (or 0xEDCE76) is known color: Golden Sand. HEX triplet: ED, CE and 76. RGB value is (237,206,118). Sum of RGB (Red+Green+Blue) = 237+206+118=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE76 is #123189. Grayscale: #CDCDCD. Windows color (decimal): -1192330 or 7786221. OLE color: 7786221.

HSL color Cylindrical-coordinate representation of color #EDCE76: hue angle of 44.37º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDCE76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 118 -
CMYK 0 0.13 0.50 0.07
HSL 44.37º 0.77% 0.7% -
HSV(B) 44.37º 0.5% 0.93% -
XYZ 60.27 63.46 26.21 -
YUV 205.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 237 206 118 0 0.13 0.50 0.07 44.37 0.77 0.7
Hex ED CE 76 0 D 32 7 2C 4D 46
Octal 355 316 166 0 15 62 7 54 115 106
Binary 11101101 11001110 1110110 0 1101 110010 111 101100 1001101 1000110

Color Harmonies of #EDCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE76

Black with #EDCE76

Text Example


Text Example

White with #EDCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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