Html Css Color HEX #EFEC1D Lemon

📋 copy color: '#EFEC1D'

red 239 ◦ green 236 ◦ blue 29

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

Shades of Lemon #EFEC1D

Tints of Lemon #EFEC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.75%

R = 47.42%
G = 46.83%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFEC1D (or 0xEFEC1D) is known color: Lemon. HEX triplet: EF, EC and 1D. RGB value is (239,236,29). Sum of RGB (Red+Green+Blue) = 239+236+29=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC1D is #1013E2. Grayscale: #D6D6D6. Windows color (decimal): -1053667 or 1961199. OLE color: 1961199.

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

Color convert

RGB 239 236 29 -
CMYK 0 0.01 0.88 0.06
HSL 59.14º 0.87% 0.53% -
HSV(B) 59.14º 0.88% 0.94% -
XYZ 65.81 78.43 12.83 -
YUV 213.3 23.99 146.33 -
System Red Green Blue C M Y K H S L
Decimal 239 236 29 0 0.01 0.88 0.06 59.14 0.87 0.53
Hex EF EC 1D 0 1 58 6 3B 57 35
Octal 357 354 35 0 1 130 6 73 127 65
Binary 11101111 11101100 11101 0 1 1011000 110 111011 1010111 110101

Color Harmonies of #EFEC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC1D

Black with #EFEC1D

Text Example


Text Example

White with #EFEC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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