Html Css Color HEX #EFA028 Lightning Yellow

📋 copy color: '#EFA028'

red 239 ◦ green 160 ◦ blue 40

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

Shades of Lightning Yellow #EFA028

Tints of Lightning Yellow #EFA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 54.44%
G = 36.45%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFA028 (or 0xEFA028) is known color: Lightning Yellow. HEX triplet: EF, A0 and 28. RGB value is (239,160,40). Sum of RGB (Red+Green+Blue) = 239+160+40=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA028 is #105FD7. Grayscale: #AAAAAA. Windows color (decimal): -1073112 or 2662639. OLE color: 2662639.

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

Color convert

RGB 239 160 40 -
CMYK 0 0.33 0.83 0.06
HSL 36.18º 0.86% 0.55% -
HSV(B) 36.18º 0.83% 0.94% -
XYZ 48.55 43.65 7.87 -
YUV 169.94 54.67 177.26 -
System Red Green Blue C M Y K H S L
Decimal 239 160 40 0 0.33 0.83 0.06 36.18 0.86 0.55
Hex EF A0 28 0 21 53 6 24 56 37
Octal 357 240 50 0 41 123 6 44 126 67
Binary 11101111 10100000 101000 0 100001 1010011 110 100100 1010110 110111

Color Harmonies of #EFA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA028

Black with #EFA028

Text Example


Text Example

White with #EFA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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