Html Css Color HEX #EFEC00 Lemon

📋 copy color: '#EFEC00'

red 239 ◦ green 236 ◦ blue 0

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

Shades of Lemon #EFEC00

Tints of Lemon #EFEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.32%
G = 49.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFEC00 (or 0xEFEC00) is known color: Lemon. HEX triplet: EF, EC and 00. RGB value is (239,236,0). Sum of RGB (Red+Green+Blue) = 239+236+0=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC00 is #1013FF. Grayscale: #D2D2D2. Windows color (decimal): -1053696 or 60655. OLE color: 60655.

HSL color Cylindrical-coordinate representation of color #EFEC00: hue angle of 59.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFEC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 0 -
CMYK 0 0.01 1 0.06
HSL 59.25º 1% 0.47% -
HSV(B) 59.25º 1% 0.94% -
XYZ 65.59 78.34 11.66 -
YUV 209.99 9.49 148.69 -
System Red Green Blue C M Y K H S L
Decimal 239 236 0 0 0.01 1 0.06 59.25 1 0.47
Hex EF EC 0 0 1 64 6 3B 64 2F
Octal 357 354 0 0 1 144 6 73 144 57
Binary 11101111 11101100 0 0 1 1100100 110 111011 1100100 101111

Color Harmonies of #EFEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC00

Black with #EFEC00

Text Example


Text Example

White with #EFEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC00; }

 p { color: rgb(239,236,0); }

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

background-color css

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

 a { background-color: rgb(239,236,0); }

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

border-color css

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

 span { border-color: rgb(239,236,0); }

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