Html Css Color HEX #EFE70F Lemon

📋 copy color: '#EFE70F'

red 239 ◦ green 231 ◦ blue 15

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

Shades of Lemon #EFE70F

Tints of Lemon #EFE70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 49.28%
G = 47.63%
B = 3.09%

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

#EFE70F (or 0xEFE70F) is known color: Lemon. HEX triplet: EF, E7 and 0F. RGB value is (239,231,15). Sum of RGB (Red+Green+Blue) = 239+231+15=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE70F is #1018F0. Grayscale: #D1D1D1. Windows color (decimal): -1054961 or 1042415. OLE color: 1042415.

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

Color convert

RGB 239 231 15 -
CMYK 0 0.03 0.94 0.06
HSL 57.86º 0.88% 0.5% -
HSV(B) 57.86º 0.94% 0.94% -
XYZ 64.26 75.54 11.65 -
YUV 208.77 18.65 149.56 -
System Red Green Blue C M Y K H S L
Decimal 239 231 15 0 0.03 0.94 0.06 57.86 0.88 0.5
Hex EF E7 F 0 3 5E 6 3A 58 32
Octal 357 347 17 0 3 136 6 72 130 62
Binary 11101111 11100111 1111 0 11 1011110 110 111010 1011000 110010

Color Harmonies of #EFE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE70F

Black with #EFE70F

Text Example


Text Example

White with #EFE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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