Html Css Color HEX #ECAC1B Gold Tips

📋 copy color: '#ECAC1B'

red 236 ◦ green 172 ◦ blue 27

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

Shades of Gold Tips #ECAC1B

Tints of Gold Tips #ECAC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 54.25%
G = 39.54%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECAC1B (or 0xECAC1B) is known color: Gold Tips. HEX triplet: EC, AC and 1B. RGB value is (236,172,27). Sum of RGB (Red+Green+Blue) = 236+172+27=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC1B is #1353E4. Grayscale: #AFAFAF. Windows color (decimal): -1266661 or 1813740. OLE color: 1813740.

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

Color convert

RGB 236 172 27 -
CMYK 0 0.27 0.89 0.07
HSL 41.63º 0.85% 0.52% -
HSV(B) 41.63º 0.89% 0.93% -
XYZ 49.54 47.42 7.58 -
YUV 174.61 44.7 171.79 -
System Red Green Blue C M Y K H S L
Decimal 236 172 27 0 0.27 0.89 0.07 41.63 0.85 0.52
Hex EC AC 1B 0 1B 59 7 2A 55 34
Octal 354 254 33 0 33 131 7 52 125 64
Binary 11101100 10101100 11011 0 11011 1011001 111 101010 1010101 110100

Color Harmonies of #ECAC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC1B

Black with #ECAC1B

Text Example


Text Example

White with #ECAC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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