Html Css Color HEX #FFED22 Lemon

📋 copy color: '#FFED22'

red 255 ◦ green 237 ◦ blue 34

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

Shades of Lemon #FFED22

Tints of Lemon #FFED22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.46%

R = 48.48%
G = 45.06%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFED22 (or 0xFFED22) is known color: Lemon. HEX triplet: FF, ED and 22. RGB value is (255,237,34). Sum of RGB (Red+Green+Blue) = 255+237+34=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED22 is #0012DD. Grayscale: #DCDCDC. Windows color (decimal): -4830 or 2289151. OLE color: 2289151.

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

Color convert

RGB 255 237 34 -
CMYK 0 0.07 0.87 0
HSL 55.11º 1% 0.57% -
HSV(B) 55.11º 0.87% 1% -
XYZ 71.81 81.94 13.55 -
YUV 219.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 255 237 34 0 0.07 0.87 0 55.11 1 0.57
Hex FF ED 22 0 7 57 0 37 64 39
Octal 377 355 42 0 7 127 0 67 144 71
Binary 11111111 11101101 100010 0 111 1010111 0 110111 1100100 111001

Color Harmonies of #FFED22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED22

Black with #FFED22

Text Example


Text Example

White with #FFED22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED22; }

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

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

background-color css

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

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

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

border-color css

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

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

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