Html Css Color HEX #ECAF29 Gold Tips

📋 copy color: '#ECAF29'

red 236 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #ECAF29

Tints of Gold Tips #ECAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 52.21%
G = 38.72%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECAF29 (or 0xECAF29) is known color: Gold Tips. HEX triplet: EC, AF and 29. RGB value is (236,175,41). Sum of RGB (Red+Green+Blue) = 236+175+41=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF29 is #1350D6. Grayscale: #B2B2B2. Windows color (decimal): -1265879 or 2732012. OLE color: 2732012.

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

Color convert

RGB 236 175 41 -
CMYK 0 0.26 0.83 0.07
HSL 41.23º 0.84% 0.54% -
HSV(B) 41.23º 0.83% 0.93% -
XYZ 50.32 48.65 8.84 -
YUV 177.96 50.71 169.4 -
System Red Green Blue C M Y K H S L
Decimal 236 175 41 0 0.26 0.83 0.07 41.23 0.84 0.54
Hex EC AF 29 0 1A 53 7 29 54 36
Octal 354 257 51 0 32 123 7 51 124 66
Binary 11101100 10101111 101001 0 11010 1010011 111 101001 1010100 110110

Color Harmonies of #ECAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF29

Black with #ECAF29

Text Example


Text Example

White with #ECAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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