Html Css Color HEX #ECD271 Golden Sand

📋 copy color: '#ECD271'

red 236 ◦ green 210 ◦ blue 113

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

Shades of Golden Sand #ECD271

Tints of Golden Sand #ECD271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.21%

R = 42.22%
G = 37.57%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD271 (or 0xECD271) is known color: Golden Sand. HEX triplet: EC, D2 and 71. RGB value is (236,210,113). Sum of RGB (Red+Green+Blue) = 236+210+113=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD271 is #132D8E. Grayscale: #CFCFCF. Windows color (decimal): -1256847 or 7459564. OLE color: 7459564.

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

Color convert

RGB 236 210 113 -
CMYK 0 0.11 0.52 0.07
HSL 47.32º 0.76% 0.68% -
HSV(B) 47.32º 0.52% 0.93% -
XYZ 60.62 65.12 25 -
YUV 206.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 236 210 113 0 0.11 0.52 0.07 47.32 0.76 0.68
Hex EC D2 71 0 B 34 7 2F 4C 44
Octal 354 322 161 0 13 64 7 57 114 104
Binary 11101100 11010010 1110001 0 1011 110100 111 101111 1001100 1000100

Color Harmonies of #ECD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD271

Black with #ECD271

Text Example


Text Example

White with #ECD271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD271; }

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

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

background-color css

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

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

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

border-color css

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

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

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