Html Css Color HEX #EFE80F Lemon

📋 copy color: '#EFE80F'

red 239 ◦ green 232 ◦ blue 15

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

Shades of Lemon #EFE80F

Tints of Lemon #EFE80F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

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

R = 49.18%
G = 47.74%
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

#EFE80F (or 0xEFE80F) is known color: Lemon. HEX triplet: EF, E8 and 0F. RGB value is (239,232,15). Sum of RGB (Red+Green+Blue) = 239+232+15=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE80F is #1017F0. Grayscale: #D2D2D2. Windows color (decimal): -1054705 or 1042671. OLE color: 1042671.

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

Color convert

RGB 239 232 15 -
CMYK 0 0.03 0.94 0.06
HSL 58.13º 0.88% 0.5% -
HSV(B) 58.13º 0.94% 0.94% -
XYZ 64.54 76.1 11.74 -
YUV 209.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 239 232 15 0 0.03 0.94 0.06 58.13 0.88 0.5
Hex EF E8 F 0 3 5E 6 3A 58 32
Octal 357 350 17 0 3 136 6 72 130 62
Binary 11101111 11101000 1111 0 11 1011110 110 111010 1011000 110010

Color Harmonies of #EFE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE80F

Black with #EFE80F

Text Example


Text Example

White with #EFE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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