#efa82e

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

Shades of Lightning Yellow #EFA82E

Tints of Lightning Yellow #EFA82E

Color information

#EFA82E (or 0xEFA82E) is unknown color: approx Lightning Yellow. HEX triplet: EF, A8 and 2E. RGB value is (239,168,46). Sum of RGB (Red+Green+Blue) = 239+168+46=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA82E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA82E is #1057D1. Grayscale: #AFAFAF. Windows color (decimal): -1071058 or 3057903. OLE color: 3057903.

HSL color Cylindrical-coordinate representation of color #EFA82E: hue angle of 37.93º 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 #EFA82E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23916846-
CMYK00.300.810.06
HSL37.93º85.78%55.88%-
HSV(B)37.93º80.75%93.73%-
XYZ50.0946.558.93-
YUV175.3255.02173.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 46 (18.36% from 255) = 10.15%
R=52.76%
G=37.09%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391684600.300.810.0637.9385.7855.88
HexEFA82E01E516265638
Octal3572505603612164612670
Binary111011111010100010111001111010100011101001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa82e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa82e; }

 p { color: rgb(239,168,46); }

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

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

 a { background-color: rgb(239,168,46); }

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

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

 span { border-color: rgb(239,168,46); }

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