Html Css Color HEX #EFA522 Lightning Yellow

📋 copy color: '#EFA522'

red 239 ◦ green 165 ◦ blue 34

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

Shades of Lightning Yellow #EFA522

Tints of Lightning Yellow #EFA522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 34 (13.67% from 255) = 7.76%

R = 54.57%
G = 37.67%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFA522 (or 0xEFA522) is known color: Lightning Yellow. HEX triplet: EF, A5 and 22. RGB value is (239,165,34). Sum of RGB (Red+Green+Blue) = 239+165+34=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA522 is #105ADD. Grayscale: #ACACAC. Windows color (decimal): -1071838 or 2270703. OLE color: 2270703.

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

Color convert

RGB 239 165 34 -
CMYK 0 0.31 0.86 0.06
HSL 38.34º 0.86% 0.54% -
HSV(B) 38.34º 0.86% 0.94% -
XYZ 49.34 45.38 7.67 -
YUV 172.19 50.02 175.65 -
System Red Green Blue C M Y K H S L
Decimal 239 165 34 0 0.31 0.86 0.06 38.34 0.86 0.54
Hex EF A5 22 0 1F 56 6 26 56 36
Octal 357 245 42 0 37 126 6 46 126 66
Binary 11101111 10100101 100010 0 11111 1010110 110 100110 1010110 110110

Color Harmonies of #EFA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA522

Black with #EFA522

Text Example


Text Example

White with #EFA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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