Html Css Color HEX #FFED1B Lemon

📋 copy color: '#FFED1B'

red 255 ◦ green 237 ◦ blue 27

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

Shades of Lemon #FFED1B

Tints of Lemon #FFED1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.2%

R = 49.13%
G = 45.66%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFED1B (or 0xFFED1B) is known color: Lemon. HEX triplet: FF, ED and 1B. RGB value is (255,237,27). Sum of RGB (Red+Green+Blue) = 255+237+27=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED1B is #0012E4. Grayscale: #DBDBDB. Windows color (decimal): -4837 or 1830399. OLE color: 1830399.

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

Color convert

RGB 255 237 27 -
CMYK 0 0.07 0.89 0
HSL 55.26º 1% 0.55% -
HSV(B) 55.26º 0.89% 1% -
XYZ 71.72 81.91 13.07 -
YUV 218.44 19.96 154.08 -
System Red Green Blue C M Y K H S L
Decimal 255 237 27 0 0.07 0.89 0 55.26 1 0.55
Hex FF ED 1B 0 7 59 0 37 64 37
Octal 377 355 33 0 7 131 0 67 144 67
Binary 11111111 11101101 11011 0 111 1011001 0 110111 1100100 110111

Color Harmonies of #FFED1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED1B

Black with #FFED1B

Text Example


Text Example

White with #FFED1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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