Html Css Color HEX #EFEA10 Lemon

📋 copy color: '#EFEA10'

red 239 ◦ green 234 ◦ blue 16

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

Shades of Lemon #EFEA10

Tints of Lemon #EFEA10

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.85%

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 48.88%
G = 47.85%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFEA10 (or 0xEFEA10) is known color: Lemon. HEX triplet: EF, EA and 10. RGB value is (239,234,16). Sum of RGB (Red+Green+Blue) = 239+234+16=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA10 is #1015EF. Grayscale: #D3D3D3. Windows color (decimal): -1054192 or 1108719. OLE color: 1108719.

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

Color convert

RGB 239 234 16 -
CMYK 0 0.02 0.93 0.06
HSL 58.65º 0.87% 0.5% -
HSV(B) 58.65º 0.93% 0.94% -
XYZ 65.11 77.23 11.97 -
YUV 210.64 18.16 148.23 -
System Red Green Blue C M Y K H S L
Decimal 239 234 16 0 0.02 0.93 0.06 58.65 0.87 0.5
Hex EF EA 10 0 2 5D 6 3B 57 32
Octal 357 352 20 0 2 135 6 73 127 62
Binary 11101111 11101010 10000 0 10 1011101 110 111011 1010111 110010

Color Harmonies of #EFEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA10

Black with #EFEA10

Text Example


Text Example

White with #EFEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA10; }

 p { color: rgb(239,234,16); }

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

background-color css

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

 a { background-color: rgb(239,234,16); }

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

border-color css

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

 span { border-color: rgb(239,234,16); }

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