#EFA826

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

Shades of Lightning Yellow #EFA826

Tints of Lightning Yellow #EFA826

Color information

#EFA826 (or 0xEFA826) is unknown color: approx Lightning Yellow. HEX triplet: EF, A8 and 26. RGB value is (239,168,38). Sum of RGB (Red+Green+Blue) = 239+168+38=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA826 is #1057D9. Grayscale: #AFAFAF. Windows color (decimal): -1071066 or 2533615. OLE color: 2533615.

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

Color convert

RGB23916838-
CMYK00.300.840.06
HSL38.81º86.27%54.31%-
HSV(B)38.81º84.1%93.73%-
XYZ49.9546.58.18-
YUV174.4151.02174.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 38 (15.23% from 255) = 8.54%
R=53.71%
G=37.75%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391683800.300.840.0638.8186.2754.31
HexEFA82601E546275636
Octal3572504603612464712666
Binary111011111010100010011001111010101001101001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA826; }

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

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

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

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

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

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

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

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