Html Css Color HEX #ECD570 Golden Sand

📋 copy color: '#ECD570'

red 236 ◦ green 213 ◦ blue 112

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

Shades of Golden Sand #ECD570

Tints of Golden Sand #ECD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

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

R = 42.07%
G = 37.97%
B = 19.96%

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

#ECD570 (or 0xECD570) is known color: Golden Sand. HEX triplet: EC, D5 and 70. RGB value is (236,213,112). Sum of RGB (Red+Green+Blue) = 236+213+112=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD570 is #132A8F. Grayscale: #D0D0D0. Windows color (decimal): -1256080 or 7394796. OLE color: 7394796.

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

Color convert

RGB 236 213 112 -
CMYK 0 0.10 0.53 0.07
HSL 48.87º 0.77% 0.68% -
HSV(B) 48.87º 0.53% 0.93% -
XYZ 61.31 66.59 24.95 -
YUV 208.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 236 213 112 0 0.10 0.53 0.07 48.87 0.77 0.68
Hex EC D5 70 0 A 35 7 31 4D 44
Octal 354 325 160 0 12 65 7 61 115 104
Binary 11101100 11010101 1110000 0 1010 110101 111 110001 1001101 1000100

Color Harmonies of #ECD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD570

Black with #ECD570

Text Example


Text Example

White with #ECD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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