Html Css Color HEX #EFE216 Lemon

📋 copy color: '#EFE216'

red 239 ◦ green 226 ◦ blue 22

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

Shades of Lemon #EFE216

Tints of Lemon #EFE216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.52%

R = 49.08%
G = 46.41%
B = 4.52%

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

#EFE216 (or 0xEFE216) is known color: Lemon. HEX triplet: EF, E2 and 16. RGB value is (239,226,22). Sum of RGB (Red+Green+Blue) = 239+226+22=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE216 is #101DE9. Grayscale: #CFCFCF. Windows color (decimal): -1056234 or 1499887. OLE color: 1499887.

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

Color convert

RGB 239 226 22 -
CMYK 0 0.05 0.91 0.06
HSL 56.41º 0.87% 0.51% -
HSV(B) 56.41º 0.91% 0.94% -
XYZ 62.94 72.8 11.49 -
YUV 206.63 23.81 151.09 -
System Red Green Blue C M Y K H S L
Decimal 239 226 22 0 0.05 0.91 0.06 56.41 0.87 0.51
Hex EF E2 16 0 5 5B 6 38 57 33
Octal 357 342 26 0 5 133 6 70 127 63
Binary 11101111 11100010 10110 0 101 1011011 110 111000 1010111 110011

Color Harmonies of #EFE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE216

Black with #EFE216

Text Example


Text Example

White with #EFE216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE216; }

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

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

background-color css

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

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

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

border-color css

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

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

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