Html Css Color HEX #ECD270 Golden Sand

📋 copy color: '#ECD270'

red 236 ◦ green 210 ◦ blue 112

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

Shades of Golden Sand #ECD270

Tints of Golden Sand #ECD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

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

R = 42.29%
G = 37.63%
B = 20.07%

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

#ECD270 (or 0xECD270) is known color: Golden Sand. HEX triplet: EC, D2 and 70. RGB value is (236,210,112). Sum of RGB (Red+Green+Blue) = 236+210+112=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD270 is #132D8F. Grayscale: #CFCFCF. Windows color (decimal): -1256848 or 7394028. OLE color: 7394028.

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

Color convert

RGB 236 210 112 -
CMYK 0 0.11 0.53 0.07
HSL 47.42º 0.77% 0.68% -
HSV(B) 47.42º 0.53% 0.93% -
XYZ 60.56 65.1 24.7 -
YUV 206.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 236 210 112 0 0.11 0.53 0.07 47.42 0.77 0.68
Hex EC D2 70 0 B 35 7 2F 4D 44
Octal 354 322 160 0 13 65 7 57 115 104
Binary 11101100 11010010 1110000 0 1011 110101 111 101111 1001101 1000100

Color Harmonies of #ECD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD270

Black with #ECD270

Text Example


Text Example

White with #ECD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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