Html Css Color HEX #EFEE1A Lemon

📋 copy color: '#EFEE1A'

red 239 ◦ green 238 ◦ blue 26

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

Shades of Lemon #EFEE1A

Tints of Lemon #EFEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.17%

R = 47.51%
G = 47.32%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFEE1A (or 0xEFEE1A) is known color: Lemon. HEX triplet: EF, EE and 1A. RGB value is (239,238,26). Sum of RGB (Red+Green+Blue) = 239+238+26=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE1A is #1011E5. Grayscale: #D6D6D6. Windows color (decimal): -1053158 or 1765103. OLE color: 1765103.

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

Color convert

RGB 239 238 26 -
CMYK 0 0.00 0.89 0.06
HSL 59.72º 0.87% 0.52% -
HSV(B) 59.72º 0.89% 0.94% -
XYZ 66.36 79.57 12.84 -
YUV 214.13 21.83 145.74 -
System Red Green Blue C M Y K H S L
Decimal 239 238 26 0 0.00 0.89 0.06 59.72 0.87 0.52
Hex EF EE 1A 0 0 59 6 3C 57 34
Octal 357 356 32 0 0 131 6 74 127 64
Binary 11101111 11101110 11010 0 0 1011001 110 111100 1010111 110100

Color Harmonies of #EFEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE1A

Black with #EFEE1A

Text Example


Text Example

White with #EFEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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