Html Css Color HEX #EFE70B Lemon

📋 copy color: '#EFE70B'

red 239 ◦ green 231 ◦ blue 11

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

Shades of Lemon #EFE70B

Tints of Lemon #EFE70B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.02%

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

R = 49.69%
G = 48.02%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE70B (or 0xEFE70B) is known color: Lemon. HEX triplet: EF, E7 and 0B. RGB value is (239,231,11). Sum of RGB (Red+Green+Blue) = 239+231+11=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE70B is #1018F4. Grayscale: #D1D1D1. Windows color (decimal): -1054965 or 780271. OLE color: 780271.

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

Color convert

RGB 239 231 11 -
CMYK 0 0.03 0.95 0.06
HSL 57.89º 0.91% 0.49% -
HSV(B) 57.89º 0.95% 0.94% -
XYZ 64.23 75.53 11.51 -
YUV 208.31 16.65 149.89 -
System Red Green Blue C M Y K H S L
Decimal 239 231 11 0 0.03 0.95 0.06 57.89 0.91 0.49
Hex EF E7 B 0 3 5F 6 3A 5B 31
Octal 357 347 13 0 3 137 6 72 133 61
Binary 11101111 11100111 1011 0 11 1011111 110 111010 1011011 110001

Color Harmonies of #EFE70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE70B

Black with #EFE70B

Text Example


Text Example

White with #EFE70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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