Html Css Color HEX #ECAE2A Gold Tips

📋 copy color: '#ECAE2A'

red 236 ◦ green 174 ◦ blue 42

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

Shades of Gold Tips #ECAE2A

Tints of Gold Tips #ECAE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 52.21%
G = 38.5%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECAE2A (or 0xECAE2A) is known color: Gold Tips. HEX triplet: EC, AE and 2A. RGB value is (236,174,42). Sum of RGB (Red+Green+Blue) = 236+174+42=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE2A is #1351D5. Grayscale: #B2B2B2. Windows color (decimal): -1266134 or 2797292. OLE color: 2797292.

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

Color convert

RGB 236 174 42 -
CMYK 0 0.26 0.82 0.07
HSL 40.82º 0.84% 0.55% -
HSV(B) 40.82º 0.82% 0.93% -
XYZ 50.15 48.27 8.86 -
YUV 177.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 236 174 42 0 0.26 0.82 0.07 40.82 0.84 0.55
Hex EC AE 2A 0 1A 52 7 29 54 37
Octal 354 256 52 0 32 122 7 51 124 67
Binary 11101100 10101110 101010 0 11010 1010010 111 101001 1010100 110111

Color Harmonies of #ECAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE2A

Black with #ECAE2A

Text Example


Text Example

White with #ECAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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