Html Css Color HEX #ECCD66 Golden Sand

📋 copy color: '#ECCD66'

red 236 ◦ green 205 ◦ blue 102

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

Shades of Golden Sand #ECCD66

Tints of Golden Sand #ECCD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

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

R = 43.46%
G = 37.75%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECCD66 (or 0xECCD66) is known color: Golden Sand. HEX triplet: EC, CD and 66. RGB value is (236,205,102). Sum of RGB (Red+Green+Blue) = 236+205+102=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD66 is #133299. Grayscale: #CACACA. Windows color (decimal): -1258138 or 6737388. OLE color: 6737388.

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

Color convert

RGB 236 205 102 -
CMYK 0 0.13 0.57 0.07
HSL 46.12º 0.78% 0.66% -
HSV(B) 46.12º 0.57% 0.93% -
XYZ 58.82 62.45 21.53 -
YUV 202.53 71.27 151.88 -
System Red Green Blue C M Y K H S L
Decimal 236 205 102 0 0.13 0.57 0.07 46.12 0.78 0.66
Hex EC CD 66 0 D 39 7 2E 4E 42
Octal 354 315 146 0 15 71 7 56 116 102
Binary 11101100 11001101 1100110 0 1101 111001 111 101110 1001110 1000010

Color Harmonies of #ECCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD66

Black with #ECCD66

Text Example


Text Example

White with #ECCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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