Html Css Color HEX #ECAF1B Gold Tips

📋 copy color: '#ECAF1B'

red 236 ◦ green 175 ◦ blue 27

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

Shades of Gold Tips #ECAF1B

Tints of Gold Tips #ECAF1B

RGB

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

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

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

R = 53.88%
G = 39.95%
B = 6.16%

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

#ECAF1B (or 0xECAF1B) is known color: Gold Tips. HEX triplet: EC, AF and 1B. RGB value is (236,175,27). Sum of RGB (Red+Green+Blue) = 236+175+27=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF1B is #1350E4. Grayscale: #B1B1B1. Windows color (decimal): -1265893 or 1814508. OLE color: 1814508.

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

Color convert

RGB 236 175 27 -
CMYK 0 0.26 0.89 0.07
HSL 42.49º 0.85% 0.52% -
HSV(B) 42.49º 0.89% 0.93% -
XYZ 50.12 48.57 7.77 -
YUV 176.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 236 175 27 0 0.26 0.89 0.07 42.49 0.85 0.52
Hex EC AF 1B 0 1A 59 7 2A 55 34
Octal 354 257 33 0 32 131 7 52 125 64
Binary 11101100 10101111 11011 0 11010 1011001 111 101010 1010101 110100

Color Harmonies of #ECAF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF1B

Black with #ECAF1B

Text Example


Text Example

White with #ECAF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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