Html Css Color HEX #EFE219 Lemon

📋 copy color: '#EFE219'

red 239 ◦ green 226 ◦ blue 25

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

Shades of Lemon #EFE219

Tints of Lemon #EFE219

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 25 (10.16% from 255) = 5.1%

R = 48.78%
G = 46.12%
B = 5.1%

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

#EFE219 (or 0xEFE219) is known color: Lemon. HEX triplet: EF, E2 and 19. RGB value is (239,226,25). Sum of RGB (Red+Green+Blue) = 239+226+25=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE219 is #101DE6. Grayscale: #CFCFCF. Windows color (decimal): -1056231 or 1696495. OLE color: 1696495.

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

Color convert

RGB 239 226 25 -
CMYK 0 0.05 0.90 0.06
HSL 56.36º 0.87% 0.52% -
HSV(B) 56.36º 0.9% 0.94% -
XYZ 62.97 72.81 11.66 -
YUV 206.97 25.31 150.84 -
System Red Green Blue C M Y K H S L
Decimal 239 226 25 0 0.05 0.90 0.06 56.36 0.87 0.52
Hex EF E2 19 0 5 5A 6 38 57 34
Octal 357 342 31 0 5 132 6 70 127 64
Binary 11101111 11100010 11001 0 101 1011010 110 111000 1010111 110100

Color Harmonies of #EFE219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE219

Black with #EFE219

Text Example


Text Example

White with #EFE219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE219; }

 p { color: rgb(239,226,25); }

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

background-color css

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

 a { background-color: rgb(239,226,25); }

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

border-color css

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

 span { border-color: rgb(239,226,25); }

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