#efa22d

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

Shades of Lightning Yellow #EFA22D

Tints of Lightning Yellow #EFA22D

Color information

#EFA22D (or 0xEFA22D) is unknown color: approx Lightning Yellow. HEX triplet: EF, A2 and 2D. RGB value is (239,162,45). Sum of RGB (Red+Green+Blue) = 239+162+45=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA22D is #105DD2. Grayscale: #ACACAC. Windows color (decimal): -1072595 or 2990831. OLE color: 2990831.

HSL color Cylindrical-coordinate representation of color #EFA22D: hue angle of 36.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA22D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23916245-
CMYK00.320.810.06
HSL36.19º85.84%55.69%-
HSV(B)36.19º81.17%93.73%-
XYZ48.9944.388.47-
YUV171.6856.51176.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.59%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 45 (17.97% from 255) = 10.09%
R=53.59%
G=36.32%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391624500.320.810.0636.1985.8455.69
HexEFA22D020516245638
Octal3572425504012164412670
Binary1110111110100010101101010000010100011101001001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa22d; }

 p { color: rgb(239,162,45); }

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

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

 a { background-color: rgb(239,162,45); }

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

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

 span { border-color: rgb(239,162,45); }

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