Html Css Color HEX #EFEE0A Lemon

📋 copy color: '#EFEE0A'

red 239 ◦ green 238 ◦ blue 10

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

Shades of Lemon #EFEE0A

Tints of Lemon #EFEE0A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.87%

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

R = 49.08%
G = 48.87%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFEE0A (or 0xEFEE0A) is known color: Lemon. HEX triplet: EF, EE and 0A. RGB value is (239,238,10). Sum of RGB (Red+Green+Blue) = 239+238+10=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE0A is #1011F5. Grayscale: #D5D5D5. Windows color (decimal): -1053174 or 716527. OLE color: 716527.

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

Color convert

RGB 239 238 10 -
CMYK 0 0.00 0.96 0.06
HSL 59.74º 0.92% 0.49% -
HSV(B) 59.74º 0.96% 0.94% -
XYZ 66.23 79.52 12.15 -
YUV 212.31 13.83 147.04 -
System Red Green Blue C M Y K H S L
Decimal 239 238 10 0 0.00 0.96 0.06 59.74 0.92 0.49
Hex EF EE A 0 0 60 6 3C 5C 31
Octal 357 356 12 0 0 140 6 74 134 61
Binary 11101111 11101110 1010 0 0 1100000 110 111100 1011100 110001

Color Harmonies of #EFEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE0A

Black with #EFEE0A

Text Example


Text Example

White with #EFEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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