Html Css Color HEX #EFEF0B Lemon

📋 copy color: '#EFEF0B'

red 239 ◦ green 239 ◦ blue 11

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

Shades of Lemon #EFEF0B

Tints of Lemon #EFEF0B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

 BLUE value IS 11 (4.69% from 255) = 2.25%

R = 48.88%
G = 48.88%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEF0B (or 0xEFEF0B) is known color: Lemon. HEX triplet: EF, EF and 0B. RGB value is (239,239,11). Sum of RGB (Red+Green+Blue) = 239+239+11=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF0B is #1010F4. Grayscale: #D5D5D5. Windows color (decimal): -1052917 or 782319. OLE color: 782319.

HSL color Cylindrical-coordinate representation of color #EFEF0B: hue angle of 60º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFEF0B is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 11 -
CMYK 0 0 0.95 0.06
HSL 60º 0.91% 0.49% -
HSV(B) 60º 0.95% 0.94% -
XYZ 66.52 80.11 12.27 -
YUV 213.01 14 146.54 -
System Red Green Blue C M Y K H S L
Decimal 239 239 11 0 0 0.95 0.06 60 0.91 0.49
Hex EF EF B 0 0 5F 6 3C 5B 31
Octal 357 357 13 0 0 137 6 74 133 61
Binary 11101111 11101111 1011 0 0 1011111 110 111100 1011011 110001

Color Harmonies of #EFEF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF0B

Black with #EFEF0B

Text Example


Text Example

White with #EFEF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF0B; }

 p { color: rgb(239,239,11); }

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

background-color css

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

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

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

border-color css

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

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

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