Html Css Color HEX #ECAF2E Gold Tips

📋 copy color: '#ECAF2E'

red 236 ◦ green 175 ◦ blue 46

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

Shades of Gold Tips #ECAF2E

Tints of Gold Tips #ECAF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.07%

R = 51.64%
G = 38.29%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECAF2E (or 0xECAF2E) is known color: Gold Tips. HEX triplet: EC, AF and 2E. RGB value is (236,175,46). Sum of RGB (Red+Green+Blue) = 236+175+46=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF2E is #1350D1. Grayscale: #B3B3B3. Windows color (decimal): -1265874 or 3059692. OLE color: 3059692.

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

Color convert

RGB 236 175 46 -
CMYK 0 0.26 0.81 0.07
HSL 40.74º 0.83% 0.55% -
HSV(B) 40.74º 0.81% 0.93% -
XYZ 50.42 48.69 9.33 -
YUV 178.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 236 175 46 0 0.26 0.81 0.07 40.74 0.83 0.55
Hex EC AF 2E 0 1A 51 7 29 53 37
Octal 354 257 56 0 32 121 7 51 123 67
Binary 11101100 10101111 101110 0 11010 1010001 111 101001 1010011 110111

Color Harmonies of #ECAF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF2E

Black with #ECAF2E

Text Example


Text Example

White with #ECAF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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