Html Css Color HEX #ECD076 Golden Sand

📋 copy color: '#ECD076'

red 236 ◦ green 208 ◦ blue 118

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

Shades of Golden Sand #ECD076

Tints of Golden Sand #ECD076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21%

R = 41.99%
G = 37.01%
B = 21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECD076 (or 0xECD076) is known color: Golden Sand. HEX triplet: EC, D0 and 76. RGB value is (236,208,118). Sum of RGB (Red+Green+Blue) = 236+208+118=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD076 is #132F89. Grayscale: #CECECE. Windows color (decimal): -1257354 or 7786732. OLE color: 7786732.

HSL color Cylindrical-coordinate representation of color #ECD076: hue angle of 45.76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD076 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 118 -
CMYK 0 0.12 0.5 0.07
HSL 45.76º 0.76% 0.69% -
HSV(B) 45.76º 0.5% 0.93% -
XYZ 60.42 64.25 26.36 -
YUV 206.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 236 208 118 0 0.12 0.5 0.07 45.76 0.76 0.69
Hex EC D0 76 0 C 32 7 2E 4C 45
Octal 354 320 166 0 14 62 7 56 114 105
Binary 11101100 11010000 1110110 0 1100 110010 111 101110 1001100 1000101

Color Harmonies of #ECD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD076

Black with #ECD076

Text Example


Text Example

White with #ECD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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