Html Css Color HEX #ECAF1E Gold Tips

📋 copy color: '#ECAF1E'

red 236 ◦ green 175 ◦ blue 30

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

Shades of Gold Tips #ECAF1E

Tints of Gold Tips #ECAF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 53.51%
G = 39.68%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAF1E (or 0xECAF1E) is known color: Gold Tips. HEX triplet: EC, AF and 1E. RGB value is (236,175,30). Sum of RGB (Red+Green+Blue) = 236+175+30=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF1E is #1350E1. Grayscale: #B1B1B1. Windows color (decimal): -1265890 or 2011116. OLE color: 2011116.

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

Color convert

RGB 236 175 30 -
CMYK 0 0.26 0.87 0.07
HSL 42.23º 0.84% 0.52% -
HSV(B) 42.23º 0.87% 0.93% -
XYZ 50.16 48.59 7.96 -
YUV 176.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 236 175 30 0 0.26 0.87 0.07 42.23 0.84 0.52
Hex EC AF 1E 0 1A 57 7 2A 54 34
Octal 354 257 36 0 32 127 7 52 124 64
Binary 11101100 10101111 11110 0 11010 1010111 111 101010 1010100 110100

Color Harmonies of #ECAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF1E

Black with #ECAF1E

Text Example


Text Example

White with #ECAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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