Html Css Color HEX #EFA027 Lightning Yellow

📋 copy color: '#EFA027'

red 239 ◦ green 160 ◦ blue 39

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

Shades of Lightning Yellow #EFA027

Tints of Lightning Yellow #EFA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.9%

R = 54.57%
G = 36.53%
B = 8.9%

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

#EFA027 (or 0xEFA027) is known color: Lightning Yellow. HEX triplet: EF, A0 and 27. RGB value is (239,160,39). Sum of RGB (Red+Green+Blue) = 239+160+39=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA027 is #105FD8. Grayscale: #AAAAAA. Windows color (decimal): -1073113 or 2597103. OLE color: 2597103.

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

Color convert

RGB 239 160 39 -
CMYK 0 0.33 0.84 0.06
HSL 36.3º 0.86% 0.55% -
HSV(B) 36.3º 0.84% 0.94% -
XYZ 48.53 43.64 7.78 -
YUV 169.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 239 160 39 0 0.33 0.84 0.06 36.3 0.86 0.55
Hex EF A0 27 0 21 54 6 24 56 37
Octal 357 240 47 0 41 124 6 44 126 67
Binary 11101111 10100000 100111 0 100001 1010100 110 100100 1010110 110111

Color Harmonies of #EFA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA027

Black with #EFA027

Text Example


Text Example

White with #EFA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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