Html Css Color HEX #EFE615 Lemon

📋 copy color: '#EFE615'

red 239 ◦ green 230 ◦ blue 21

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

Shades of Lemon #EFE615

Tints of Lemon #EFE615

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.94%

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 48.78%
G = 46.94%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE615 (or 0xEFE615) is known color: Lemon. HEX triplet: EF, E6 and 15. RGB value is (239,230,21). Sum of RGB (Red+Green+Blue) = 239+230+21=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE615 is #1019EA. Grayscale: #D1D1D1. Windows color (decimal): -1055211 or 1435375. OLE color: 1435375.

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

Color convert

RGB 239 230 21 -
CMYK 0 0.04 0.91 0.06
HSL 57.52º 0.87% 0.51% -
HSV(B) 57.52º 0.91% 0.94% -
XYZ 64.03 75 11.81 -
YUV 208.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 239 230 21 0 0.04 0.91 0.06 57.52 0.87 0.51
Hex EF E6 15 0 4 5B 6 3A 57 33
Octal 357 346 25 0 4 133 6 72 127 63
Binary 11101111 11100110 10101 0 100 1011011 110 111010 1010111 110011

Color Harmonies of #EFE615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE615

Black with #EFE615

Text Example


Text Example

White with #EFE615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE615; }

 p { color: rgb(239,230,21); }

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

background-color css

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

 a { background-color: rgb(239,230,21); }

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

border-color css

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

 span { border-color: rgb(239,230,21); }

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