Html Css Color HEX #ECD472 Golden Sand

📋 copy color: '#ECD472'

red 236 ◦ green 212 ◦ blue 114

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

Shades of Golden Sand #ECD472

Tints of Golden Sand #ECD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.72%

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 41.99%
G = 37.72%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD472 (or 0xECD472) is known color: Golden Sand. HEX triplet: EC, D4 and 72. RGB value is (236,212,114). Sum of RGB (Red+Green+Blue) = 236+212+114=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD472 is #132B8D. Grayscale: #D0D0D0. Windows color (decimal): -1256334 or 7525612. OLE color: 7525612.

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

Color convert

RGB 236 212 114 -
CMYK 0 0.10 0.52 0.07
HSL 48.2º 0.76% 0.69% -
HSV(B) 48.2º 0.52% 0.93% -
XYZ 61.17 66.13 25.46 -
YUV 208 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 236 212 114 0 0.10 0.52 0.07 48.2 0.76 0.69
Hex EC D4 72 0 A 34 7 30 4C 45
Octal 354 324 162 0 12 64 7 60 114 105
Binary 11101100 11010100 1110010 0 1010 110100 111 110000 1001100 1000101

Color Harmonies of #ECD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD472

Black with #ECD472

Text Example


Text Example

White with #ECD472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD472; }

 p { color: rgb(236,212,114); }

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

background-color css

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

 a { background-color: rgb(236,212,114); }

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

border-color css

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

 span { border-color: rgb(236,212,114); }

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