Html Css Color HEX #ECD274 Golden Sand

📋 copy color: '#ECD274'

red 236 ◦ green 210 ◦ blue 116

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

Shades of Golden Sand #ECD274

Tints of Golden Sand #ECD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 41.99%
G = 37.37%
B = 20.64%

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

#ECD274 (or 0xECD274) is known color: Golden Sand. HEX triplet: EC, D2 and 74. RGB value is (236,210,116). Sum of RGB (Red+Green+Blue) = 236+210+116=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD274 is #132D8B. Grayscale: #CFCFCF. Windows color (decimal): -1256844 or 7656172. OLE color: 7656172.

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

Color convert

RGB 236 210 116 -
CMYK 0 0.11 0.51 0.07
HSL 47º 0.76% 0.69% -
HSV(B) 47º 0.51% 0.93% -
XYZ 60.79 65.19 25.9 -
YUV 207.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 236 210 116 0 0.11 0.51 0.07 47 0.76 0.69
Hex EC D2 74 0 B 33 7 2F 4C 45
Octal 354 322 164 0 13 63 7 57 114 105
Binary 11101100 11010010 1110100 0 1011 110011 111 101111 1001100 1000101

Color Harmonies of #ECD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD274

Black with #ECD274

Text Example


Text Example

White with #ECD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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