Html Css Color HEX #EFEC1A Lemon

📋 copy color: '#EFEC1A'

red 239 ◦ green 236 ◦ blue 26

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

Shades of Lemon #EFEC1A

Tints of Lemon #EFEC1A

RGB

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

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

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

R = 47.7%
G = 47.11%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFEC1A (or 0xEFEC1A) is known color: Lemon. HEX triplet: EF, EC and 1A. RGB value is (239,236,26). Sum of RGB (Red+Green+Blue) = 239+236+26=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 26 (10.55% from 255 or 5.19% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC1A is #1013E5. Grayscale: #D5D5D5. Windows color (decimal): -1053670 or 1764591. OLE color: 1764591.

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

Color convert

RGB 239 236 26 -
CMYK 0 0.01 0.89 0.06
HSL 59.15º 0.87% 0.52% -
HSV(B) 59.15º 0.89% 0.94% -
XYZ 65.78 78.42 12.65 -
YUV 212.96 22.49 146.58 -
System Red Green Blue C M Y K H S L
Decimal 239 236 26 0 0.01 0.89 0.06 59.15 0.87 0.52
Hex EF EC 1A 0 1 59 6 3B 57 34
Octal 357 354 32 0 1 131 6 73 127 64
Binary 11101111 11101100 11010 0 1 1011001 110 111011 1010111 110100

Color Harmonies of #EFEC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC1A

Black with #EFEC1A

Text Example


Text Example

White with #EFEC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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