Html Css Color HEX #EFE117 Lemon

📋 copy color: '#EFE117'

red 239 ◦ green 225 ◦ blue 23

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

Shades of Lemon #EFE117

Tints of Lemon #EFE117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

 BLUE value IS 23 (9.38% from 255) = 4.72%

R = 49.08%
G = 46.2%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE117 (or 0xEFE117) is known color: Lemon. HEX triplet: EF, E1 and 17. RGB value is (239,225,23). Sum of RGB (Red+Green+Blue) = 239+225+23=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 23 (9.38% from 255 or 4.72% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE117 is #101EE8. Grayscale: #CECECE. Windows color (decimal): -1056489 or 1565167. OLE color: 1565167.

HSL color Cylindrical-coordinate representation of color #EFE117: hue angle of 56.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFE117 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 23 -
CMYK 0 0.06 0.90 0.06
HSL 56.11º 0.87% 0.51% -
HSV(B) 56.11º 0.9% 0.94% -
XYZ 62.68 72.26 11.46 -
YUV 206.16 24.64 151.43 -
System Red Green Blue C M Y K H S L
Decimal 239 225 23 0 0.06 0.90 0.06 56.11 0.87 0.51
Hex EF E1 17 0 6 5A 6 38 57 33
Octal 357 341 27 0 6 132 6 70 127 63
Binary 11101111 11100001 10111 0 110 1011010 110 111000 1010111 110011

Color Harmonies of #EFE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE117

Black with #EFE117

Text Example


Text Example

White with #EFE117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE117; }

 p { color: rgb(239,225,23); }

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

background-color css

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

 a { background-color: rgb(239,225,23); }

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

border-color css

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

 span { border-color: rgb(239,225,23); }

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