Html Css Color HEX #ECAE29 Gold Tips

📋 copy color: '#ECAE29'

red 236 ◦ green 174 ◦ blue 41

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

Shades of Gold Tips #ECAE29

Tints of Gold Tips #ECAE29

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.58%

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

R = 52.33%
G = 38.58%
B = 9.09%

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

#ECAE29 (or 0xECAE29) is known color: Gold Tips. HEX triplet: EC, AE and 29. RGB value is (236,174,41). Sum of RGB (Red+Green+Blue) = 236+174+41=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE29 is #1351D6. Grayscale: #B1B1B1. Windows color (decimal): -1266135 or 2731756. OLE color: 2731756.

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

Color convert

RGB 236 174 41 -
CMYK 0 0.26 0.83 0.07
HSL 40.92º 0.84% 0.54% -
HSV(B) 40.92º 0.83% 0.93% -
XYZ 50.13 48.27 8.77 -
YUV 177.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 236 174 41 0 0.26 0.83 0.07 40.92 0.84 0.54
Hex EC AE 29 0 1A 53 7 29 54 36
Octal 354 256 51 0 32 123 7 51 124 66
Binary 11101100 10101110 101001 0 11010 1010011 111 101001 1010100 110110

Color Harmonies of #ECAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE29

Black with #ECAE29

Text Example


Text Example

White with #ECAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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