#EFA42D

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

Shades of Lightning Yellow #EFA42D

Tints of Lightning Yellow #EFA42D

Color information

#EFA42D (or 0xEFA42D) is unknown color: approx Lightning Yellow. HEX triplet: EF, A4 and 2D. RGB value is (239,164,45). Sum of RGB (Red+Green+Blue) = 239+164+45=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42D is #105BD2. Grayscale: #ADADAD. Windows color (decimal): -1072083 or 2991343. OLE color: 2991343.

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

Color convert

RGB23916445-
CMYK00.310.810.06
HSL36.8º85.84%55.69%-
HSV(B)36.8º81.17%93.73%-
XYZ49.3545.098.59-
YUV172.8655.85175.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.35%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 45 (17.97% from 255) = 10.04%
R=53.35%
G=36.61%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391644500.310.810.0636.885.8455.69
HexEFA42D01F516255638
Octal3572445503712164512670
Binary111011111010010010110101111110100011101001011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA42D; }

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

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

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

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

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

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

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

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