Html Css Color HEX #EFE10A Lemon

📋 copy color: '#EFE10A'

red 239 ◦ green 225 ◦ blue 10

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

Shades of Lemon #EFE10A

Tints of Lemon #EFE10A

RGB

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

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

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

R = 50.42%
G = 47.47%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFE10A (or 0xEFE10A) is known color: Lemon. HEX triplet: EF, E1 and 0A. RGB value is (239,225,10). Sum of RGB (Red+Green+Blue) = 239+225+10=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE10A is #101EF5. Grayscale: #CDCDCD. Windows color (decimal): -1056502 or 713199. OLE color: 713199.

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

Color convert

RGB 239 225 10 -
CMYK 0 0.06 0.96 0.06
HSL 56.33º 0.92% 0.49% -
HSV(B) 56.33º 0.96% 0.94% -
XYZ 62.58 72.22 10.93 -
YUV 204.68 18.14 152.48 -
System Red Green Blue C M Y K H S L
Decimal 239 225 10 0 0.06 0.96 0.06 56.33 0.92 0.49
Hex EF E1 A 0 6 60 6 38 5C 31
Octal 357 341 12 0 6 140 6 70 134 61
Binary 11101111 11100001 1010 0 110 1100000 110 111000 1011100 110001

Color Harmonies of #EFE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE10A

Black with #EFE10A

Text Example


Text Example

White with #EFE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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