Html Css Color HEX #EFEA15 Lemon

📋 copy color: '#EFEA15'

red 239 ◦ green 234 ◦ blue 21

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

Shades of Lemon #EFEA15

Tints of Lemon #EFEA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

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

R = 48.38%
G = 47.37%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFEA15 (or 0xEFEA15) is known color: Lemon. HEX triplet: EF, EA and 15. RGB value is (239,234,21). Sum of RGB (Red+Green+Blue) = 239+234+21=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA15 is #1015EA. Grayscale: #D4D4D4. Windows color (decimal): -1054187 or 1436399. OLE color: 1436399.

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

Color convert

RGB 239 234 21 -
CMYK 0 0.02 0.91 0.06
HSL 58.62º 0.87% 0.51% -
HSV(B) 58.62º 0.91% 0.94% -
XYZ 65.15 77.25 12.19 -
YUV 211.21 20.66 147.82 -
System Red Green Blue C M Y K H S L
Decimal 239 234 21 0 0.02 0.91 0.06 58.62 0.87 0.51
Hex EF EA 15 0 2 5B 6 3B 57 33
Octal 357 352 25 0 2 133 6 73 127 63
Binary 11101111 11101010 10101 0 10 1011011 110 111011 1010111 110011

Color Harmonies of #EFEA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA15

Black with #EFEA15

Text Example


Text Example

White with #EFEA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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