Html Css Color HEX #EFA026 Lightning Yellow

📋 copy color: '#EFA026'

red 239 ◦ green 160 ◦ blue 38

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

Shades of Lightning Yellow #EFA026

Tints of Lightning Yellow #EFA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 54.69%
G = 36.61%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFA026 (or 0xEFA026) is known color: Lightning Yellow. HEX triplet: EF, A0 and 26. RGB value is (239,160,38). Sum of RGB (Red+Green+Blue) = 239+160+38=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA026 is #105FD9. Grayscale: #AAAAAA. Windows color (decimal): -1073114 or 2531567. OLE color: 2531567.

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

Color convert

RGB 239 160 38 -
CMYK 0 0.33 0.84 0.06
HSL 36.42º 0.86% 0.54% -
HSV(B) 36.42º 0.84% 0.94% -
XYZ 48.52 43.63 7.7 -
YUV 169.71 53.67 177.42 -
System Red Green Blue C M Y K H S L
Decimal 239 160 38 0 0.33 0.84 0.06 36.42 0.86 0.54
Hex EF A0 26 0 21 54 6 24 56 36
Octal 357 240 46 0 41 124 6 44 126 66
Binary 11101111 10100000 100110 0 100001 1010100 110 100100 1010110 110110

Color Harmonies of #EFA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA026

Black with #EFA026

Text Example


Text Example

White with #EFA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA026; }

 p { color: rgb(239,160,38); }

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

background-color css

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

 a { background-color: rgb(239,160,38); }

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

border-color css

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

 span { border-color: rgb(239,160,38); }

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