Html Css Color HEX #ECD066 Golden Sand

📋 copy color: '#ECD066'

red 236 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #ECD066

Tints of Golden Sand #ECD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

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

R = 43.22%
G = 38.1%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECD066 (or 0xECD066) is known color: Golden Sand. HEX triplet: EC, D0 and 66. RGB value is (236,208,102). Sum of RGB (Red+Green+Blue) = 236+208+102=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD066 is #132F99. Grayscale: #CCCCCC. Windows color (decimal): -1257370 or 6738156. OLE color: 6738156.

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

Color convert

RGB 236 208 102 -
CMYK 0 0.12 0.57 0.07
HSL 47.46º 0.78% 0.66% -
HSV(B) 47.46º 0.57% 0.93% -
XYZ 59.55 63.9 21.77 -
YUV 204.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 236 208 102 0 0.12 0.57 0.07 47.46 0.78 0.66
Hex EC D0 66 0 C 39 7 2F 4E 42
Octal 354 320 146 0 14 71 7 57 116 102
Binary 11101100 11010000 1100110 0 1100 111001 111 101111 1001110 1000010

Color Harmonies of #ECD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD066

Black with #ECD066

Text Example


Text Example

White with #ECD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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