Html Css Color HEX #ECD06E Golden Sand

📋 copy color: '#ECD06E'

red 236 ◦ green 208 ◦ blue 110

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

Shades of Golden Sand #ECD06E

Tints of Golden Sand #ECD06E

RGB

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

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

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

R = 42.6%
G = 37.55%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD06E (or 0xECD06E) is known color: Golden Sand. HEX triplet: EC, D0 and 6E. RGB value is (236,208,110). Sum of RGB (Red+Green+Blue) = 236+208+110=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06E is #132F91. Grayscale: #CDCDCD. Windows color (decimal): -1257362 or 7262444. OLE color: 7262444.

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

Color convert

RGB 236 208 110 -
CMYK 0 0.12 0.53 0.07
HSL 46.67º 0.77% 0.68% -
HSV(B) 46.67º 0.53% 0.93% -
XYZ 59.96 64.07 23.96 -
YUV 205.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 236 208 110 0 0.12 0.53 0.07 46.67 0.77 0.68
Hex EC D0 6E 0 C 35 7 2F 4D 44
Octal 354 320 156 0 14 65 7 57 115 104
Binary 11101100 11010000 1101110 0 1100 110101 111 101111 1001101 1000100

Color Harmonies of #ECD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD06E

Black with #ECD06E

Text Example


Text Example

White with #ECD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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