Html Css Color HEX #EFEE1C Lemon

📋 copy color: '#EFEE1C'

red 239 ◦ green 238 ◦ blue 28

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

Shades of Lemon #EFEE1C

Tints of Lemon #EFEE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.54%

R = 47.33%
G = 47.13%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFEE1C (or 0xEFEE1C) is known color: Lemon. HEX triplet: EF, EE and 1C. RGB value is (239,238,28). Sum of RGB (Red+Green+Blue) = 239+238+28=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE1C is #1011E3. Grayscale: #D7D7D7. Windows color (decimal): -1053156 or 1896175. OLE color: 1896175.

HSL color Cylindrical-coordinate representation of color #EFEE1C: 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.88%. Process color model (Four color, CMYK) of #EFEE1C is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 238 28 -
CMYK 0 0.00 0.88 0.06
HSL 59.72º 0.87% 0.52% -
HSV(B) 59.72º 0.88% 0.94% -
XYZ 66.38 79.58 12.96 -
YUV 214.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 239 238 28 0 0.00 0.88 0.06 59.72 0.87 0.52
Hex EF EE 1C 0 0 58 6 3C 57 34
Octal 357 356 34 0 0 130 6 74 127 64
Binary 11101111 11101110 11100 0 0 1011000 110 111100 1010111 110100

Color Harmonies of #EFEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE1C

Black with #EFEE1C

Text Example


Text Example

White with #EFEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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