Html Css Color HEX #ECD370 Golden Sand

📋 copy color: '#ECD370'

red 236 ◦ green 211 ◦ blue 112

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

Shades of Golden Sand #ECD370

Tints of Golden Sand #ECD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.75%

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

R = 42.22%
G = 37.75%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD370 (or 0xECD370) is known color: Golden Sand. HEX triplet: EC, D3 and 70. RGB value is (236,211,112). Sum of RGB (Red+Green+Blue) = 236+211+112=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD370 is #132C8F. Grayscale: #CFCFCF. Windows color (decimal): -1256592 or 7394284. OLE color: 7394284.

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

Color convert

RGB 236 211 112 -
CMYK 0 0.11 0.53 0.07
HSL 47.9º 0.77% 0.68% -
HSV(B) 47.9º 0.53% 0.93% -
XYZ 60.81 65.59 24.78 -
YUV 207.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 236 211 112 0 0.11 0.53 0.07 47.9 0.77 0.68
Hex EC D3 70 0 B 35 7 30 4D 44
Octal 354 323 160 0 13 65 7 60 115 104
Binary 11101100 11010011 1110000 0 1011 110101 111 110000 1001101 1000100

Color Harmonies of #ECD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD370

Black with #ECD370

Text Example


Text Example

White with #ECD370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD370; }

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

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

background-color css

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

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

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

border-color css

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

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

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