Html Css Color HEX #EFED1E Lemon

📋 copy color: '#EFED1E'

red 239 ◦ green 237 ◦ blue 30

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

Shades of Lemon #EFED1E

Tints of Lemon #EFED1E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.84%

 BLUE value IS 30 (12.11% from 255) = 5.93%

R = 47.23%
G = 46.84%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFED1E (or 0xEFED1E) is known color: Lemon. HEX triplet: EF, ED and 1E. RGB value is (239,237,30). Sum of RGB (Red+Green+Blue) = 239+237+30=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 30 (12.11% from 255 or 5.93% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED1E is #1012E1. Grayscale: #D6D6D6. Windows color (decimal): -1053410 or 2026991. OLE color: 2026991.

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

Color convert

RGB 239 237 30 -
CMYK 0 0.01 0.87 0.06
HSL 59.43º 0.87% 0.53% -
HSV(B) 59.43º 0.87% 0.94% -
XYZ 66.12 79.01 12.99 -
YUV 214 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 239 237 30 0 0.01 0.87 0.06 59.43 0.87 0.53
Hex EF ED 1E 0 1 57 6 3B 57 35
Octal 357 355 36 0 1 127 6 73 127 65
Binary 11101111 11101101 11110 0 1 1010111 110 111011 1010111 110101

Color Harmonies of #EFED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED1E

Black with #EFED1E

Text Example


Text Example

White with #EFED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED1E; }

 p { color: rgb(239,237,30); }

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

background-color css

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

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

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

border-color css

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

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

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