Html Css Color HEX #EFE813 Lemon

📋 copy color: '#EFE813'

red 239 ◦ green 232 ◦ blue 19

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

Shades of Lemon #EFE813

Tints of Lemon #EFE813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.88%

R = 48.78%
G = 47.35%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE813 (or 0xEFE813) is known color: Lemon. HEX triplet: EF, E8 and 13. RGB value is (239,232,19). Sum of RGB (Red+Green+Blue) = 239+232+19=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE813 is #1017EC. Grayscale: #D2D2D2. Windows color (decimal): -1054701 or 1304815. OLE color: 1304815.

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

Color convert

RGB 239 232 19 -
CMYK 0 0.03 0.92 0.06
HSL 58.09º 0.87% 0.51% -
HSV(B) 58.09º 0.92% 0.94% -
XYZ 64.57 76.11 11.9 -
YUV 209.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 239 232 19 0 0.03 0.92 0.06 58.09 0.87 0.51
Hex EF E8 13 0 3 5C 6 3A 57 33
Octal 357 350 23 0 3 134 6 72 127 63
Binary 11101111 11101000 10011 0 11 1011100 110 111010 1010111 110011

Color Harmonies of #EFE813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE813

Black with #EFE813

Text Example


Text Example

White with #EFE813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE813; }

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

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

background-color css

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

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

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

border-color css

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

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

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