#EFAA33

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

Shades of Lightning Yellow #EFAA33

Tints of Lightning Yellow #EFAA33

Color information

#EFAA33 (or 0xEFAA33) is unknown color: approx Lightning Yellow. HEX triplet: EF, AA and 33. RGB value is (239,170,51). Sum of RGB (Red+Green+Blue) = 239+170+51=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA33 is #1055CC. Grayscale: #B1B1B1. Windows color (decimal): -1070541 or 3386095. OLE color: 3386095.

HSL color Cylindrical-coordinate representation of color #EFAA33: hue angle of 37.98º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFAA33 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB23917051-
CMYK00.290.790.06
HSL37.98º85.45%56.86%-
HSV(B)37.98º78.66%93.73%-
XYZ50.5747.349.6-
YUV177.0656.86172.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 51 (20.31% from 255) = 11.09%
R=51.96%
G=36.96%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391705100.290.790.0637.9885.4556.86
HexEFAA3301D4F6265539
Octal3572526303511764612571
Binary111011111010101011001101110110011111101001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA33; }

 p { color: rgb(239,170,51); }

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

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

 a { background-color: rgb(239,170,51); }

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

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

 span { border-color: rgb(239,170,51); }

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