Html Css Color HEX #EFE818 Lemon

📋 copy color: '#EFE818'

red 239 ◦ green 232 ◦ blue 24

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

Shades of Lemon #EFE818

Tints of Lemon #EFE818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.85%

R = 48.28%
G = 46.87%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE818 (or 0xEFE818) is known color: Lemon. HEX triplet: EF, E8 and 18. RGB value is (239,232,24). Sum of RGB (Red+Green+Blue) = 239+232+24=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE818 is #1017E7. Grayscale: #D3D3D3. Windows color (decimal): -1054696 or 1632495. OLE color: 1632495.

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

Color convert

RGB 239 232 24 -
CMYK 0 0.03 0.90 0.06
HSL 58.05º 0.87% 0.52% -
HSV(B) 58.05º 0.9% 0.94% -
XYZ 64.62 76.13 12.15 -
YUV 210.38 22.82 148.41 -
System Red Green Blue C M Y K H S L
Decimal 239 232 24 0 0.03 0.90 0.06 58.05 0.87 0.52
Hex EF E8 18 0 3 5A 6 3A 57 34
Octal 357 350 30 0 3 132 6 72 127 64
Binary 11101111 11101000 11000 0 11 1011010 110 111010 1010111 110100

Color Harmonies of #EFE818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE818

Black with #EFE818

Text Example


Text Example

White with #EFE818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE818; }

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

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

background-color css

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

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

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

border-color css

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

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

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