Html Css Color HEX #ECD273 Golden Sand

📋 copy color: '#ECD273'

red 236 ◦ green 210 ◦ blue 115

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

Shades of Golden Sand #ECD273

Tints of Golden Sand #ECD273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 42.07%
G = 37.43%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD273 (or 0xECD273) is known color: Golden Sand. HEX triplet: EC, D2 and 73. RGB value is (236,210,115). Sum of RGB (Red+Green+Blue) = 236+210+115=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD273 is #132D8C. Grayscale: #CFCFCF. Windows color (decimal): -1256845 or 7590636. OLE color: 7590636.

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

Color convert

RGB 236 210 115 -
CMYK 0 0.11 0.51 0.07
HSL 47.11º 0.76% 0.69% -
HSV(B) 47.11º 0.51% 0.93% -
XYZ 60.73 65.16 25.6 -
YUV 206.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 236 210 115 0 0.11 0.51 0.07 47.11 0.76 0.69
Hex EC D2 73 0 B 33 7 2F 4C 45
Octal 354 322 163 0 13 63 7 57 114 105
Binary 11101100 11010010 1110011 0 1011 110011 111 101111 1001100 1000101

Color Harmonies of #ECD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD273

Black with #ECD273

Text Example


Text Example

White with #ECD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD273; }

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

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

background-color css

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

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

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

border-color css

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

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

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