Html Css Color HEX #EFAC30 Lightning Yellow

📋 copy color: '#EFAC30'

red 239 ◦ green 172 ◦ blue 48

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

Shades of Lightning Yellow #EFAC30

Tints of Lightning Yellow #EFAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

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

R = 52.07%
G = 37.47%
B = 10.46%

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

#EFAC30 (or 0xEFAC30) is known color: Lightning Yellow. HEX triplet: EF, AC and 30. RGB value is (239,172,48). Sum of RGB (Red+Green+Blue) = 239+172+48=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC30 is #1053CF. Grayscale: #B2B2B2. Windows color (decimal): -1070032 or 3189999. OLE color: 3189999.

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

Color convert

RGB 239 172 48 -
CMYK 0 0.28 0.80 0.06
HSL 38.95º 0.86% 0.56% -
HSV(B) 38.95º 0.8% 0.94% -
XYZ 50.88 48.07 9.39 -
YUV 177.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 239 172 48 0 0.28 0.80 0.06 38.95 0.86 0.56
Hex EF AC 30 0 1C 50 6 27 56 38
Octal 357 254 60 0 34 120 6 47 126 70
Binary 11101111 10101100 110000 0 11100 1010000 110 100111 1010110 111000

Color Harmonies of #EFAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC30

Black with #EFAC30

Text Example


Text Example

White with #EFAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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