Html Css Color HEX #EDCC66 Golden Sand

📋 copy color: '#EDCC66'

red 237 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #EDCC66

Tints of Golden Sand #EDCC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.78%

R = 43.65%
G = 37.57%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCC66 (or 0xEDCC66) is known color: Golden Sand. HEX triplet: ED, CC and 66. RGB value is (237,204,102). Sum of RGB (Red+Green+Blue) = 237+204+102=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC66 is #123399. Grayscale: #CACACA. Windows color (decimal): -1192858 or 6737133. OLE color: 6737133.

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

Color convert

RGB 237 204 102 -
CMYK 0 0.14 0.57 0.07
HSL 45.33º 0.79% 0.66% -
HSV(B) 45.33º 0.57% 0.93% -
XYZ 58.92 62.15 21.46 -
YUV 202.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 237 204 102 0 0.14 0.57 0.07 45.33 0.79 0.66
Hex ED CC 66 0 E 39 7 2D 4F 42
Octal 355 314 146 0 16 71 7 55 117 102
Binary 11101101 11001100 1100110 0 1110 111001 111 101101 1001111 1000010

Color Harmonies of #EDCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC66

Black with #EDCC66

Text Example


Text Example

White with #EDCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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