Html Css Color HEX #ECAE1B Gold Tips

📋 copy color: '#ECAE1B'

red 236 ◦ green 174 ◦ blue 27

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

Shades of Gold Tips #ECAE1B

Tints of Gold Tips #ECAE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.18%

R = 54%
G = 39.82%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAE1B (or 0xECAE1B) is known color: Gold Tips. HEX triplet: EC, AE and 1B. RGB value is (236,174,27). Sum of RGB (Red+Green+Blue) = 236+174+27=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE1B is #1351E4. Grayscale: #B0B0B0. Windows color (decimal): -1266149 or 1814252. OLE color: 1814252.

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

Color convert

RGB 236 174 27 -
CMYK 0 0.26 0.89 0.07
HSL 42.2º 0.85% 0.52% -
HSV(B) 42.2º 0.89% 0.93% -
XYZ 49.93 48.18 7.71 -
YUV 175.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 236 174 27 0 0.26 0.89 0.07 42.2 0.85 0.52
Hex EC AE 1B 0 1A 59 7 2A 55 34
Octal 354 256 33 0 32 131 7 52 125 64
Binary 11101100 10101110 11011 0 11010 1011001 111 101010 1010101 110100

Color Harmonies of #ECAE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE1B

Black with #ECAE1B

Text Example


Text Example

White with #ECAE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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