Html Css Color HEX #EFAA31 Lightning Yellow

📋 copy color: '#EFAA31'

red 239 ◦ green 170 ◦ blue 49

#EFAA31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #EFAA31

Tints of Lightning Yellow #EFAA31

RGB

 RED value IS 239 (93.75% from 255) = 52.18%

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 49 (19.53% from 255) = 10.7%

R = 52.18%
G = 37.12%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFAA31 (or 0xEFAA31) is known color: Lightning Yellow. HEX triplet: EF, AA and 31. RGB value is (239,170,49). Sum of RGB (Red+Green+Blue) = 239+170+49=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA31 is #1055CE. Grayscale: #B1B1B1. Windows color (decimal): -1070543 or 3255023. OLE color: 3255023.

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

Color convert

RGB 239 170 49 -
CMYK 0 0.29 0.79 0.06
HSL 38.21º 0.86% 0.56% -
HSV(B) 38.21º 0.79% 0.94% -
XYZ 50.53 47.32 9.38 -
YUV 176.84 55.86 172.34 -
System Red Green Blue C M Y K H S L
Decimal 239 170 49 0 0.29 0.79 0.06 38.21 0.86 0.56
Hex EF AA 31 0 1D 4F 6 26 56 38
Octal 357 252 61 0 35 117 6 46 126 70
Binary 11101111 10101010 110001 0 11101 1001111 110 100110 1010110 111000

Color Harmonies of #EFAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA31

Black with #EFAA31

Text Example


Text Example

White with #EFAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA31; }

 p { color: rgb(239,170,49); }

 H1.HeaderClassName
 {
   color: #EFAA31;
 }
 .AnyTagClassName
 {
   color: #EFAA31;
 }
</style>

background-color css

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

 a { background-color: rgb(239,170,49); }

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

border-color css

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

 span { border-color: rgb(239,170,49); }

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