Html Css Color HEX #EFA424 Lightning Yellow

📋 copy color: '#EFA424'

red 239 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #EFA424

Tints of Lightning Yellow #EFA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 36 (14.45% from 255) = 8.2%

R = 54.44%
G = 37.36%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFA424 (or 0xEFA424) is known color: Lightning Yellow. HEX triplet: EF, A4 and 24. RGB value is (239,164,36). Sum of RGB (Red+Green+Blue) = 239+164+36=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA424 is #105BDB. Grayscale: #ACACAC. Windows color (decimal): -1072092 or 2401519. OLE color: 2401519.

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

Color convert

RGB 239 164 36 -
CMYK 0 0.31 0.85 0.06
HSL 37.83º 0.86% 0.54% -
HSV(B) 37.83º 0.85% 0.94% -
XYZ 49.19 45.03 7.77 -
YUV 171.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 239 164 36 0 0.31 0.85 0.06 37.83 0.86 0.54
Hex EF A4 24 0 1F 55 6 26 56 36
Octal 357 244 44 0 37 125 6 46 126 66
Binary 11101111 10100100 100100 0 11111 1010101 110 100110 1010110 110110

Color Harmonies of #EFA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA424

Black with #EFA424

Text Example


Text Example

White with #EFA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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