Html Css Color HEX #EFE418 Lemon

📋 copy color: '#EFE418'

red 239 ◦ green 228 ◦ blue 24

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

Shades of Lemon #EFE418

Tints of Lemon #EFE418

RGB

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

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

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

R = 48.68%
G = 46.44%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE418 (or 0xEFE418) is known color: Lemon. HEX triplet: EF, E4 and 18. RGB value is (239,228,24). Sum of RGB (Red+Green+Blue) = 239+228+24=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE418 is #101BE7. Grayscale: #D0D0D0. Windows color (decimal): -1055720 or 1631471. OLE color: 1631471.

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

Color convert

RGB 239 228 24 -
CMYK 0 0.05 0.90 0.06
HSL 56.93º 0.87% 0.52% -
HSV(B) 56.93º 0.9% 0.94% -
XYZ 63.5 73.9 11.78 -
YUV 208.03 24.14 150.09 -
System Red Green Blue C M Y K H S L
Decimal 239 228 24 0 0.05 0.90 0.06 56.93 0.87 0.52
Hex EF E4 18 0 5 5A 6 39 57 34
Octal 357 344 30 0 5 132 6 71 127 64
Binary 11101111 11100100 11000 0 101 1011010 110 111001 1010111 110100

Color Harmonies of #EFE418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE418

Black with #EFE418

Text Example


Text Example

White with #EFE418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE418; }

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

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

background-color css

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

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

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

border-color css

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

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

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