Html Css Color HEX #EFEA18 Lemon

📋 copy color: '#EFEA18'

red 239 ◦ green 234 ◦ blue 24

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

Shades of Lemon #EFEA18

Tints of Lemon #EFEA18

RGB

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

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

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

R = 48.09%
G = 47.08%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFEA18 (or 0xEFEA18) is known color: Lemon. HEX triplet: EF, EA and 18. RGB value is (239,234,24). Sum of RGB (Red+Green+Blue) = 239+234+24=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 24 (9.77% from 255 or 4.83% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA18 is #1015E7. Grayscale: #D4D4D4. Windows color (decimal): -1054184 or 1633007. OLE color: 1633007.

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

Color convert

RGB 239 234 24 -
CMYK 0 0.02 0.90 0.06
HSL 58.6º 0.87% 0.52% -
HSV(B) 58.6º 0.9% 0.94% -
XYZ 65.18 77.26 12.34 -
YUV 211.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 239 234 24 0 0.02 0.90 0.06 58.6 0.87 0.52
Hex EF EA 18 0 2 5A 6 3B 57 34
Octal 357 352 30 0 2 132 6 73 127 64
Binary 11101111 11101010 11000 0 10 1011010 110 111011 1010111 110100

Color Harmonies of #EFEA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA18

Black with #EFEA18

Text Example


Text Example

White with #EFEA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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