Html Css Color HEX #EFE60A Lemon

📋 copy color: '#EFE60A'

red 239 ◦ green 230 ◦ blue 10

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

Shades of Lemon #EFE60A

Tints of Lemon #EFE60A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.02%

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

R = 49.9%
G = 48.02%
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

#EFE60A (or 0xEFE60A) is known color: Lemon. HEX triplet: EF, E6 and 0A. RGB value is (239,230,10). Sum of RGB (Red+Green+Blue) = 239+230+10=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE60A is #1019F5. Grayscale: #D0D0D0. Windows color (decimal): -1055222 or 714479. OLE color: 714479.

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

Color convert

RGB 239 230 10 -
CMYK 0 0.04 0.96 0.06
HSL 57.64º 0.92% 0.49% -
HSV(B) 57.64º 0.96% 0.94% -
XYZ 63.95 74.97 11.39 -
YUV 207.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 239 230 10 0 0.04 0.96 0.06 57.64 0.92 0.49
Hex EF E6 A 0 4 60 6 3A 5C 31
Octal 357 346 12 0 4 140 6 72 134 61
Binary 11101111 11100110 1010 0 100 1100000 110 111010 1011100 110001

Color Harmonies of #EFE60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE60A

Black with #EFE60A

Text Example


Text Example

White with #EFE60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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