Html Css Color HEX #ECAF17 Gold Tips

📋 copy color: '#ECAF17'

red 236 ◦ green 175 ◦ blue 23

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

Shades of Gold Tips #ECAF17

Tints of Gold Tips #ECAF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.3%

R = 54.38%
G = 40.32%
B = 5.3%

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

#ECAF17 (or 0xECAF17) is known color: Gold Tips. HEX triplet: EC, AF and 17. RGB value is (236,175,23). Sum of RGB (Red+Green+Blue) = 236+175+23=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF17 is #1350E8. Grayscale: #B0B0B0. Windows color (decimal): -1265897 or 1552364. OLE color: 1552364.

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

Color convert

RGB 236 175 23 -
CMYK 0 0.26 0.90 0.07
HSL 42.82º 0.85% 0.51% -
HSV(B) 42.82º 0.9% 0.93% -
XYZ 50.08 48.55 7.54 -
YUV 175.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 236 175 23 0 0.26 0.90 0.07 42.82 0.85 0.51
Hex EC AF 17 0 1A 5A 7 2B 55 33
Octal 354 257 27 0 32 132 7 53 125 63
Binary 11101100 10101111 10111 0 11010 1011010 111 101011 1010101 110011

Color Harmonies of #ECAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF17

Black with #ECAF17

Text Example


Text Example

White with #ECAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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