Html Css Color HEX #EFA524 Lightning Yellow

📋 copy color: '#EFA524'

red 239 ◦ green 165 ◦ blue 36

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

Shades of Lightning Yellow #EFA524

Tints of Lightning Yellow #EFA524

RGB

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

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

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

R = 54.32%
G = 37.5%
B = 8.18%

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

#EFA524 (or 0xEFA524) is known color: Lightning Yellow. HEX triplet: EF, A5 and 24. RGB value is (239,165,36). Sum of RGB (Red+Green+Blue) = 239+165+36=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA524 is #105ADB. Grayscale: #ADADAD. Windows color (decimal): -1071836 or 2401775. OLE color: 2401775.

HSL color Cylindrical-coordinate representation of color #EFA524: hue angle of 38.13º 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 #EFA524 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 36 -
CMYK 0 0.31 0.85 0.06
HSL 38.13º 0.86% 0.54% -
HSV(B) 38.13º 0.85% 0.94% -
XYZ 49.37 45.39 7.83 -
YUV 172.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 239 165 36 0 0.31 0.85 0.06 38.13 0.86 0.54
Hex EF A5 24 0 1F 55 6 26 56 36
Octal 357 245 44 0 37 125 6 46 126 66
Binary 11101111 10100101 100100 0 11111 1010101 110 100110 1010110 110110

Color Harmonies of #EFA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA524

Black with #EFA524

Text Example


Text Example

White with #EFA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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