Html Css Color HEX #ECAF18 Gold Tips

📋 copy color: '#ECAF18'

red 236 ◦ green 175 ◦ blue 24

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

Shades of Gold Tips #ECAF18

Tints of Gold Tips #ECAF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 54.25%
G = 40.23%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECAF18 (or 0xECAF18) is known color: Gold Tips. HEX triplet: EC, AF and 18. RGB value is (236,175,24). Sum of RGB (Red+Green+Blue) = 236+175+24=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF18 is #1350E7. Grayscale: #B0B0B0. Windows color (decimal): -1265896 or 1617900. OLE color: 1617900.

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

Color convert

RGB 236 175 24 -
CMYK 0 0.26 0.90 0.07
HSL 42.74º 0.85% 0.51% -
HSV(B) 42.74º 0.9% 0.93% -
XYZ 50.09 48.56 7.6 -
YUV 176.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 236 175 24 0 0.26 0.90 0.07 42.74 0.85 0.51
Hex EC AF 18 0 1A 5A 7 2B 55 33
Octal 354 257 30 0 32 132 7 53 125 63
Binary 11101100 10101111 11000 0 11010 1011010 111 101011 1010101 110011

Color Harmonies of #ECAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF18

Black with #ECAF18

Text Example


Text Example

White with #ECAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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