Html Css Color HEX #EFE415 Lemon

📋 copy color: '#EFE415'

red 239 ◦ green 228 ◦ blue 21

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

Shades of Lemon #EFE415

Tints of Lemon #EFE415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.72%

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

R = 48.98%
G = 46.72%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE415 (or 0xEFE415) is known color: Lemon. HEX triplet: EF, E4 and 15. RGB value is (239,228,21). Sum of RGB (Red+Green+Blue) = 239+228+21=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE415 is #101BEA. Grayscale: #D0D0D0. Windows color (decimal): -1055723 or 1434863. OLE color: 1434863.

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

Color convert

RGB 239 228 21 -
CMYK 0 0.05 0.91 0.06
HSL 56.97º 0.87% 0.51% -
HSV(B) 56.97º 0.91% 0.94% -
XYZ 63.48 73.89 11.63 -
YUV 207.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 239 228 21 0 0.05 0.91 0.06 56.97 0.87 0.51
Hex EF E4 15 0 5 5B 6 39 57 33
Octal 357 344 25 0 5 133 6 71 127 63
Binary 11101111 11100100 10101 0 101 1011011 110 111001 1010111 110011

Color Harmonies of #EFE415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE415

Black with #EFE415

Text Example


Text Example

White with #EFE415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE415; }

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

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

background-color css

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

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

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

border-color css

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

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

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