Html Css Color HEX #EFA126 Lightning Yellow

📋 copy color: '#EFA126'

red 239 ◦ green 161 ◦ blue 38

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

Shades of Lightning Yellow #EFA126

Tints of Lightning Yellow #EFA126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

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

R = 54.57%
G = 36.76%
B = 8.68%

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

#EFA126 (or 0xEFA126) is known color: Lightning Yellow. HEX triplet: EF, A1 and 26. RGB value is (239,161,38). Sum of RGB (Red+Green+Blue) = 239+161+38=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA126 is #105ED9. Grayscale: #AAAAAA. Windows color (decimal): -1072858 or 2531823. OLE color: 2531823.

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

Color convert

RGB 239 161 38 -
CMYK 0 0.33 0.84 0.06
HSL 36.72º 0.86% 0.54% -
HSV(B) 36.72º 0.84% 0.94% -
XYZ 48.69 43.98 7.76 -
YUV 170.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 239 161 38 0 0.33 0.84 0.06 36.72 0.86 0.54
Hex EF A1 26 0 21 54 6 25 56 36
Octal 357 241 46 0 41 124 6 45 126 66
Binary 11101111 10100001 100110 0 100001 1010100 110 100101 1010110 110110

Color Harmonies of #EFA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA126

Black with #EFA126

Text Example


Text Example

White with #EFA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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