Html Css Color HEX #EFAB2B Lightning Yellow

📋 copy color: '#EFAB2B'

red 239 ◦ green 171 ◦ blue 43

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

Shades of Lightning Yellow #EFAB2B

Tints of Lightning Yellow #EFAB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.49%

R = 52.76%
G = 37.75%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFAB2B (or 0xEFAB2B) is known color: Lightning Yellow. HEX triplet: EF, AB and 2B. RGB value is (239,171,43). Sum of RGB (Red+Green+Blue) = 239+171+43=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB2B is #1054D4. Grayscale: #B1B1B1. Windows color (decimal): -1070293 or 2862063. OLE color: 2862063.

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

Color convert

RGB 239 171 43 -
CMYK 0 0.28 0.82 0.06
HSL 39.18º 0.86% 0.55% -
HSV(B) 39.18º 0.82% 0.94% -
XYZ 50.6 47.65 8.82 -
YUV 176.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 239 171 43 0 0.28 0.82 0.06 39.18 0.86 0.55
Hex EF AB 2B 0 1C 52 6 27 56 37
Octal 357 253 53 0 34 122 6 47 126 67
Binary 11101111 10101011 101011 0 11100 1010010 110 100111 1010110 110111

Color Harmonies of #EFAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB2B

Black with #EFAB2B

Text Example


Text Example

White with #EFAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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