Html Css Color HEX #EDCC6F Golden Sand

📋 copy color: '#EDCC6F'

red 237 ◦ green 204 ◦ blue 111

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

Shades of Golden Sand #EDCC6F

Tints of Golden Sand #EDCC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 42.93%
G = 36.96%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCC6F (or 0xEDCC6F) is known color: Golden Sand. HEX triplet: ED, CC and 6F. RGB value is (237,204,111). Sum of RGB (Red+Green+Blue) = 237+204+111=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6F is #123390. Grayscale: #CBCBCB. Windows color (decimal): -1192849 or 7326957. OLE color: 7326957.

HSL color Cylindrical-coordinate representation of color #EDCC6F: hue angle of 44.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDCC6F is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 111 -
CMYK 0 0.14 0.53 0.07
HSL 44.29º 0.78% 0.68% -
HSV(B) 44.29º 0.53% 0.93% -
XYZ 59.39 62.34 23.94 -
YUV 203.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 237 204 111 0 0.14 0.53 0.07 44.29 0.78 0.68
Hex ED CC 6F 0 E 35 7 2C 4E 44
Octal 355 314 157 0 16 65 7 54 116 104
Binary 11101101 11001100 1101111 0 1110 110101 111 101100 1001110 1000100

Color Harmonies of #EDCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC6F

Black with #EDCC6F

Text Example


Text Example

White with #EDCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC6F; }

 p { color: rgb(237,204,111); }

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

background-color css

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

 a { background-color: rgb(237,204,111); }

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

border-color css

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

 span { border-color: rgb(237,204,111); }

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