Html Css Color HEX #FFED1E Lemon

📋 copy color: '#FFED1E'

red 255 ◦ green 237 ◦ blue 30

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

Shades of Lemon #FFED1E

Tints of Lemon #FFED1E

RGB

 RED value IS 255 (100% from 255) = 48.85%

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

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

R = 48.85%
G = 45.4%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFED1E (or 0xFFED1E) is known color: Lemon. HEX triplet: FF, ED and 1E. RGB value is (255,237,30). Sum of RGB (Red+Green+Blue) = 255+237+30=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 30 (12.11% from 255 or 5.75% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED1E is #0012E1. Grayscale: #DBDBDB. Windows color (decimal): -4834 or 2027007. OLE color: 2027007.

HSL color Cylindrical-coordinate representation of color #FFED1E: hue angle of 55.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFED1E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 30 -
CMYK 0 0.07 0.88 0
HSL 55.2º 1% 0.56% -
HSV(B) 55.2º 0.88% 1% -
XYZ 71.76 81.92 13.26 -
YUV 218.78 21.46 153.83 -
System Red Green Blue C M Y K H S L
Decimal 255 237 30 0 0.07 0.88 0 55.2 1 0.56
Hex FF ED 1E 0 7 58 0 37 64 38
Octal 377 355 36 0 7 130 0 67 144 70
Binary 11111111 11101101 11110 0 111 1011000 0 110111 1100100 111000

Color Harmonies of #FFED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED1E

Black with #FFED1E

Text Example


Text Example

White with #FFED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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