#ECAA2F

Color #ECAA2F Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #ECAA2F

Tints of Lightning Yellow #ECAA2F

Color information

#ECAA2F (or 0xECAA2F) is unknown color: approx Lightning Yellow. HEX triplet: EC, AA and 2F. RGB value is (236,170,47). Sum of RGB (Red+Green+Blue) = 236+170+47=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2F is #1355D0. Grayscale: #B0B0B0. Windows color (decimal): -1267153 or 3123948. OLE color: 3123948.

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

Color convert

RGB23617047-
CMYK00.280.800.07
HSL39.05º83.26%55.49%-
HSV(B)39.05º80.08%92.55%-
XYZ49.4846.799.11-
YUV175.7155.37171-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.10%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 47 (18.75% from 255) = 10.38%
R=52.10%
G=37.53%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361704700.280.800.0739.0583.2655.49
HexECAA2F01C507275337
Octal3542525703412074712367
Binary111011001010101010111101110010100001111001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA2F; }

 p { color: rgb(236,170,47); }

 H1.HeaderClassName
 {
   color: #ECAA2F;
 }
 .AnyTagClassName
 {
   color: #ECAA2F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,170,47); }

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

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

 span { border-color: rgb(236,170,47); }

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