Html Css Color HEX #EFE10F Lemon

📋 copy color: '#EFE10F'

red 239 ◦ green 225 ◦ blue 15

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

Shades of Lemon #EFE10F

Tints of Lemon #EFE10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.13%

R = 49.9%
G = 46.97%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFE10F (or 0xEFE10F) is known color: Lemon. HEX triplet: EF, E1 and 0F. RGB value is (239,225,15). Sum of RGB (Red+Green+Blue) = 239+225+15=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE10F is #101EF0. Grayscale: #CECECE. Windows color (decimal): -1056497 or 1040879. OLE color: 1040879.

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

Color convert

RGB 239 225 15 -
CMYK 0 0.06 0.94 0.06
HSL 56.25º 0.88% 0.5% -
HSV(B) 56.25º 0.94% 0.94% -
XYZ 62.61 72.24 11.1 -
YUV 205.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 239 225 15 0 0.06 0.94 0.06 56.25 0.88 0.5
Hex EF E1 F 0 6 5E 6 38 58 32
Octal 357 341 17 0 6 136 6 70 130 62
Binary 11101111 11100001 1111 0 110 1011110 110 111000 1011000 110010

Color Harmonies of #EFE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE10F

Black with #EFE10F

Text Example


Text Example

White with #EFE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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