Html Css Color HEX #EFE812 Lemon

📋 copy color: '#EFE812'

red 239 ◦ green 232 ◦ blue 18

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

Shades of Lemon #EFE812

Tints of Lemon #EFE812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.68%

R = 48.88%
G = 47.44%
B = 3.68%

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

#EFE812 (or 0xEFE812) is known color: Lemon. HEX triplet: EF, E8 and 12. RGB value is (239,232,18). Sum of RGB (Red+Green+Blue) = 239+232+18=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE812 is #1017ED. Grayscale: #D2D2D2. Windows color (decimal): -1054702 or 1239279. OLE color: 1239279.

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

Color convert

RGB 239 232 18 -
CMYK 0 0.03 0.92 0.06
HSL 58.1º 0.87% 0.5% -
HSV(B) 58.1º 0.92% 0.94% -
XYZ 64.56 76.11 11.86 -
YUV 209.7 19.82 148.9 -
System Red Green Blue C M Y K H S L
Decimal 239 232 18 0 0.03 0.92 0.06 58.1 0.87 0.5
Hex EF E8 12 0 3 5C 6 3A 57 32
Octal 357 350 22 0 3 134 6 72 127 62
Binary 11101111 11101000 10010 0 11 1011100 110 111010 1010111 110010

Color Harmonies of #EFE812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE812

Black with #EFE812

Text Example


Text Example

White with #EFE812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE812; }

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

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

background-color css

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

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

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

border-color css

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

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

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