Html Css Color HEX #ECD66E Golden Sand

📋 copy color: '#ECD66E'

red 236 ◦ green 214 ◦ blue 110

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

Shades of Golden Sand #ECD66E

Tints of Golden Sand #ECD66E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.21%

 BLUE value IS 110 (43.36% from 255) = 19.64%

R = 42.14%
G = 38.21%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD66E (or 0xECD66E) is known color: Golden Sand. HEX triplet: EC, D6 and 6E. RGB value is (236,214,110). Sum of RGB (Red+Green+Blue) = 236+214+110=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD66E is #132991. Grayscale: #D1D1D1. Windows color (decimal): -1255826 or 7263980. OLE color: 7263980.

HSL color Cylindrical-coordinate representation of color #ECD66E: hue angle of 49.52º degrees, saturation: 0.77, 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 #ECD66E is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 110 -
CMYK 0 0.09 0.53 0.07
HSL 49.52º 0.77% 0.68% -
HSV(B) 49.52º 0.53% 0.93% -
XYZ 61.45 67.05 24.46 -
YUV 208.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 236 214 110 0 0.09 0.53 0.07 49.52 0.77 0.68
Hex EC D6 6E 0 9 35 7 32 4D 44
Octal 354 326 156 0 11 65 7 62 115 104
Binary 11101100 11010110 1101110 0 1001 110101 111 110010 1001101 1000100

Color Harmonies of #ECD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD66E

Black with #ECD66E

Text Example


Text Example

White with #ECD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD66E; }

 p { color: rgb(236,214,110); }

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

background-color css

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

 a { background-color: rgb(236,214,110); }

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

border-color css

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

 span { border-color: rgb(236,214,110); }

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