Html Css Color HEX #FFED0D Lemon

📋 copy color: '#FFED0D'

red 255 ◦ green 237 ◦ blue 13

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

Shades of Lemon #FFED0D

Tints of Lemon #FFED0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.57%

R = 50.5%
G = 46.93%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFED0D (or 0xFFED0D) is known color: Lemon. HEX triplet: FF, ED and 0D. RGB value is (255,237,13). Sum of RGB (Red+Green+Blue) = 255+237+13=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 13 (5.47% from 255 or 2.57% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED0D is #0012F2. Grayscale: #D9D9D9. Windows color (decimal): -4851 or 912895. OLE color: 912895.

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

Color convert

RGB 255 237 13 -
CMYK 0 0.07 0.95 0
HSL 55.54º 1% 0.53% -
HSV(B) 55.54º 0.95% 1% -
XYZ 71.6 81.86 12.41 -
YUV 216.85 12.96 155.21 -
System Red Green Blue C M Y K H S L
Decimal 255 237 13 0 0.07 0.95 0 55.54 1 0.53
Hex FF ED D 0 7 5F 0 38 64 35
Octal 377 355 15 0 7 137 0 70 144 65
Binary 11111111 11101101 1101 0 111 1011111 0 111000 1100100 110101

Color Harmonies of #FFED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED0D

Black with #FFED0D

Text Example


Text Example

White with #FFED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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