Html Css Color HEX #ECAF15 Gold Tips

📋 copy color: '#ECAF15'

red 236 ◦ green 175 ◦ blue 21

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

Shades of Gold Tips #ECAF15

Tints of Gold Tips #ECAF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 21 (8.59% from 255) = 4.86%

R = 54.63%
G = 40.51%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECAF15 (or 0xECAF15) is known color: Gold Tips. HEX triplet: EC, AF and 15. RGB value is (236,175,21). Sum of RGB (Red+Green+Blue) = 236+175+21=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF15 is #1350EA. Grayscale: #B0B0B0. Windows color (decimal): -1265899 or 1421292. OLE color: 1421292.

HSL color Cylindrical-coordinate representation of color #ECAF15: hue angle of 42.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECAF15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 21 -
CMYK 0 0.26 0.91 0.07
HSL 42.98º 0.85% 0.5% -
HSV(B) 42.98º 0.91% 0.93% -
XYZ 50.06 48.55 7.44 -
YUV 175.68 40.71 171.02 -
System Red Green Blue C M Y K H S L
Decimal 236 175 21 0 0.26 0.91 0.07 42.98 0.85 0.5
Hex EC AF 15 0 1A 5B 7 2B 55 32
Octal 354 257 25 0 32 133 7 53 125 62
Binary 11101100 10101111 10101 0 11010 1011011 111 101011 1010101 110010

Color Harmonies of #ECAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF15

Black with #ECAF15

Text Example


Text Example

White with #ECAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF15; }

 p { color: rgb(236,175,21); }

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

background-color css

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

 a { background-color: rgb(236,175,21); }

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

border-color css

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

 span { border-color: rgb(236,175,21); }

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