Html Css Color HEX #EFEF1D Lemon

📋 copy color: '#EFEF1D'

red 239 ◦ green 239 ◦ blue 29

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

Shades of Lemon #EFEF1D

Tints of Lemon #EFEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

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

R = 47.14%
G = 47.14%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFEF1D (or 0xEFEF1D) is known color: Lemon. HEX triplet: EF, EF and 1D. RGB value is (239,239,29). Sum of RGB (Red+Green+Blue) = 239+239+29=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 29 (11.72% from 255 or 5.72% from 507); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF1D is #1010E2. Grayscale: #D7D7D7. Windows color (decimal): -1052899 or 1961967. OLE color: 1961967.

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

Color convert

RGB 239 239 29 -
CMYK 0 0 0.88 0.06
HSL 60º 0.87% 0.53% -
HSV(B) 60º 0.88% 0.94% -
XYZ 66.68 80.17 13.12 -
YUV 215.06 23 145.08 -
System Red Green Blue C M Y K H S L
Decimal 239 239 29 0 0 0.88 0.06 60 0.87 0.53
Hex EF EF 1D 0 0 58 6 3C 57 35
Octal 357 357 35 0 0 130 6 74 127 65
Binary 11101111 11101111 11101 0 0 1011000 110 111100 1010111 110101

Color Harmonies of #EFEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF1D

Black with #EFEF1D

Text Example


Text Example

White with #EFEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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