Html Css Color HEX #EFAB30 Lightning Yellow

📋 copy color: '#EFAB30'

red 239 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #EFAB30

Tints of Lightning Yellow #EFAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 52.18%
G = 37.34%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFAB30 (or 0xEFAB30) is known color: Lightning Yellow. HEX triplet: EF, AB and 30. RGB value is (239,171,48). Sum of RGB (Red+Green+Blue) = 239+171+48=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB30 is #1054CF. Grayscale: #B1B1B1. Windows color (decimal): -1070288 or 3189743. OLE color: 3189743.

HSL color Cylindrical-coordinate representation of color #EFAB30: hue angle of 38.64º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFAB30 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 48 -
CMYK 0 0.28 0.80 0.06
HSL 38.64º 0.86% 0.56% -
HSV(B) 38.64º 0.8% 0.94% -
XYZ 50.69 47.69 9.33 -
YUV 177.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 239 171 48 0 0.28 0.80 0.06 38.64 0.86 0.56
Hex EF AB 30 0 1C 50 6 27 56 38
Octal 357 253 60 0 34 120 6 47 126 70
Binary 11101111 10101011 110000 0 11100 1010000 110 100111 1010110 111000

Color Harmonies of #EFAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB30

Black with #EFAB30

Text Example


Text Example

White with #EFAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB30; }

 p { color: rgb(239,171,48); }

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

background-color css

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

 a { background-color: rgb(239,171,48); }

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

border-color css

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

 span { border-color: rgb(239,171,48); }

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