Html Css Color HEX #EFE50A Lemon

📋 copy color: '#EFE50A'

red 239 ◦ green 229 ◦ blue 10

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

Shades of Lemon #EFE50A

Tints of Lemon #EFE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.91%

 BLUE value IS 10 (4.3% from 255) = 2.09%

R = 50%
G = 47.91%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFE50A (or 0xEFE50A) is known color: Lemon. HEX triplet: EF, E5 and 0A. RGB value is (239,229,10). Sum of RGB (Red+Green+Blue) = 239+229+10=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE50A is #101AF5. Grayscale: #CFCFCF. Windows color (decimal): -1055478 or 714223. OLE color: 714223.

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

Color convert

RGB 239 229 10 -
CMYK 0 0.04 0.96 0.06
HSL 57.38º 0.92% 0.49% -
HSV(B) 57.38º 0.96% 0.94% -
XYZ 63.67 74.41 11.29 -
YUV 207.02 16.81 150.81 -
System Red Green Blue C M Y K H S L
Decimal 239 229 10 0 0.04 0.96 0.06 57.38 0.92 0.49
Hex EF E5 A 0 4 60 6 39 5C 31
Octal 357 345 12 0 4 140 6 71 134 61
Binary 11101111 11100101 1010 0 100 1100000 110 111001 1011100 110001

Color Harmonies of #EFE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE50A

Black with #EFE50A

Text Example


Text Example

White with #EFE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE50A; }

 p { color: rgb(239,229,10); }

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

background-color css

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

 a { background-color: rgb(239,229,10); }

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

border-color css

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

 span { border-color: rgb(239,229,10); }

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