Html Css Color HEX #ECAF24 Gold Tips

📋 copy color: '#ECAF24'

red 236 ◦ green 175 ◦ blue 36

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

Shades of Gold Tips #ECAF24

Tints of Gold Tips #ECAF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.05%

R = 52.8%
G = 39.15%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECAF24 (or 0xECAF24) is known color: Gold Tips. HEX triplet: EC, AF and 24. RGB value is (236,175,36). Sum of RGB (Red+Green+Blue) = 236+175+36=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF24 is #1350DB. Grayscale: #B2B2B2. Windows color (decimal): -1265884 or 2404332. OLE color: 2404332.

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

Color convert

RGB 236 175 36 -
CMYK 0 0.26 0.85 0.07
HSL 41.7º 0.84% 0.53% -
HSV(B) 41.7º 0.85% 0.93% -
XYZ 50.24 48.62 8.41 -
YUV 177.39 48.21 169.8 -
System Red Green Blue C M Y K H S L
Decimal 236 175 36 0 0.26 0.85 0.07 41.7 0.84 0.53
Hex EC AF 24 0 1A 55 7 2A 54 35
Octal 354 257 44 0 32 125 7 52 124 65
Binary 11101100 10101111 100100 0 11010 1010101 111 101010 1010100 110101

Color Harmonies of #ECAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF24

Black with #ECAF24

Text Example


Text Example

White with #ECAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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