Html Css Color HEX #ECDE66 Golden Sand

📋 copy color: '#ECDE66'

red 236 ◦ green 222 ◦ blue 102

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

Shades of Golden Sand #ECDE66

Tints of Golden Sand #ECDE66

RGB

 RED value IS 236 (92.58% from 255) = 42.14%

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 42.14%
G = 39.64%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECDE66 (or 0xECDE66) is known color: Golden Sand. HEX triplet: EC, DE and 66. RGB value is (236,222,102). Sum of RGB (Red+Green+Blue) = 236+222+102=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE66 is #132199. Grayscale: #D4D4D4. Windows color (decimal): -1253786 or 6741740. OLE color: 6741740.

HSL color Cylindrical-coordinate representation of color #ECDE66: hue angle of 53.73º degrees, saturation: 0.78, 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 #ECDE66 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 222 102 -
CMYK 0 0.06 0.57 0.07
HSL 53.73º 0.78% 0.66% -
HSV(B) 53.73º 0.57% 0.93% -
XYZ 63.11 71.03 22.96 -
YUV 212.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 236 222 102 0 0.06 0.57 0.07 53.73 0.78 0.66
Hex EC DE 66 0 6 39 7 36 4E 42
Octal 354 336 146 0 6 71 7 66 116 102
Binary 11101100 11011110 1100110 0 110 111001 111 110110 1001110 1000010

Color Harmonies of #ECDE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE66

Black with #ECDE66

Text Example


Text Example

White with #ECDE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE66; }

 p { color: rgb(236,222,102); }

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

background-color css

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

 a { background-color: rgb(236,222,102); }

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

border-color css

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

 span { border-color: rgb(236,222,102); }

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