Html Css Color HEX #EFED1C Lemon

📋 copy color: '#EFED1C'

red 239 ◦ green 237 ◦ blue 28

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

Shades of Lemon #EFED1C

Tints of Lemon #EFED1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.56%

R = 47.42%
G = 47.02%
B = 5.56%

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

#EFED1C (or 0xEFED1C) is known color: Lemon. HEX triplet: EF, ED and 1C. RGB value is (239,237,28). Sum of RGB (Red+Green+Blue) = 239+237+28=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 28 (11.33% from 255 or 5.56% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED1C is #1012E3. Grayscale: #D6D6D6. Windows color (decimal): -1053412 or 1895919. OLE color: 1895919.

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

Color convert

RGB 239 237 28 -
CMYK 0 0.01 0.88 0.06
HSL 59.43º 0.87% 0.52% -
HSV(B) 59.43º 0.88% 0.94% -
XYZ 66.09 79 12.86 -
YUV 213.77 23.16 145.99 -
System Red Green Blue C M Y K H S L
Decimal 239 237 28 0 0.01 0.88 0.06 59.43 0.87 0.52
Hex EF ED 1C 0 1 58 6 3B 57 34
Octal 357 355 34 0 1 130 6 73 127 64
Binary 11101111 11101101 11100 0 1 1011000 110 111011 1010111 110100

Color Harmonies of #EFED1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED1C

Black with #EFED1C

Text Example


Text Example

White with #EFED1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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