Html Css Color HEX #EFAB34 Lightning Yellow

📋 copy color: '#EFAB34'

red 239 ◦ green 171 ◦ blue 52

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

Shades of Lightning Yellow #EFAB34

Tints of Lightning Yellow #EFAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.26%

R = 51.73%
G = 37.01%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFAB34 (or 0xEFAB34) is known color: Lightning Yellow. HEX triplet: EF, AB and 34. RGB value is (239,171,52). Sum of RGB (Red+Green+Blue) = 239+171+52=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB34 is #1054CB. Grayscale: #B2B2B2. Windows color (decimal): -1070284 or 3451887. OLE color: 3451887.

HSL color Cylindrical-coordinate representation of color #EFAB34: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFAB34 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 52 -
CMYK 0 0.28 0.78 0.06
HSL 38.18º 0.85% 0.57% -
HSV(B) 38.18º 0.78% 0.94% -
XYZ 50.78 47.72 9.78 -
YUV 177.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 239 171 52 0 0.28 0.78 0.06 38.18 0.85 0.57
Hex EF AB 34 0 1C 4E 6 26 55 39
Octal 357 253 64 0 34 116 6 46 125 71
Binary 11101111 10101011 110100 0 11100 1001110 110 100110 1010101 111001

Color Harmonies of #EFAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB34

Black with #EFAB34

Text Example


Text Example

White with #EFAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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