#EFA521

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

Shades of Lightning Yellow #EFA521

Tints of Lightning Yellow #EFA521

Color information

#EFA521 (or 0xEFA521) is unknown color: approx Lightning Yellow. HEX triplet: EF, A5 and 21. RGB value is (239,165,33). Sum of RGB (Red+Green+Blue) = 239+165+33=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA521 is #105ADE. Grayscale: #ACACAC. Windows color (decimal): -1071839 or 2205167. OLE color: 2205167.

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

Color convert

RGB23916533-
CMYK00.310.860.06
HSL38.45º86.55%53.33%-
HSV(B)38.45º86.19%93.73%-
XYZ49.3345.377.6-
YUV172.0849.52175.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 33 (13.28% from 255) = 7.55%
R=54.69%
G=37.76%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391653300.310.860.0638.4586.5553.33
HexEFA52101F566265735
Octal3572454103712664612765
Binary111011111010010110000101111110101101101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA521; }

 p { color: rgb(239,165,33); }

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

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

 a { background-color: rgb(239,165,33); }

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

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

 span { border-color: rgb(239,165,33); }

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