Html Css Color HEX #ECD470 Golden Sand

📋 copy color: '#ECD470'

red 236 ◦ green 212 ◦ blue 112

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

Shades of Golden Sand #ECD470

Tints of Golden Sand #ECD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20%

R = 42.14%
G = 37.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD470 (or 0xECD470) is known color: Golden Sand. HEX triplet: EC, D4 and 70. RGB value is (236,212,112). Sum of RGB (Red+Green+Blue) = 236+212+112=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD470 is #132B8F. Grayscale: #D0D0D0. Windows color (decimal): -1256336 or 7394540. OLE color: 7394540.

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

Color convert

RGB 236 212 112 -
CMYK 0 0.10 0.53 0.07
HSL 48.39º 0.77% 0.68% -
HSV(B) 48.39º 0.53% 0.93% -
XYZ 61.06 66.09 24.87 -
YUV 207.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 236 212 112 0 0.10 0.53 0.07 48.39 0.77 0.68
Hex EC D4 70 0 A 35 7 30 4D 44
Octal 354 324 160 0 12 65 7 60 115 104
Binary 11101100 11010100 1110000 0 1010 110101 111 110000 1001101 1000100

Color Harmonies of #ECD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD470

Black with #ECD470

Text Example


Text Example

White with #ECD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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