Html Css Color HEX #EFE70E Lemon

📋 copy color: '#EFE70E'

red 239 ◦ green 231 ◦ blue 14

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

Shades of Lemon #EFE70E

Tints of Lemon #EFE70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 49.38%
G = 47.73%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFE70E (or 0xEFE70E) is known color: Lemon. HEX triplet: EF, E7 and 0E. RGB value is (239,231,14). Sum of RGB (Red+Green+Blue) = 239+231+14=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE70E is #1018F1. Grayscale: #D1D1D1. Windows color (decimal): -1054962 or 976879. OLE color: 976879.

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

Color convert

RGB 239 231 14 -
CMYK 0 0.03 0.94 0.06
HSL 57.87º 0.89% 0.5% -
HSV(B) 57.87º 0.94% 0.94% -
XYZ 64.25 75.53 11.61 -
YUV 208.65 18.15 149.64 -
System Red Green Blue C M Y K H S L
Decimal 239 231 14 0 0.03 0.94 0.06 57.87 0.89 0.5
Hex EF E7 E 0 3 5E 6 3A 59 32
Octal 357 347 16 0 3 136 6 72 131 62
Binary 11101111 11100111 1110 0 11 1011110 110 111010 1011001 110010

Color Harmonies of #EFE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE70E

Black with #EFE70E

Text Example


Text Example

White with #EFE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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