Html Css Color HEX #EDE80D Lemon

📋 copy color: '#EDE80D'

red 237 ◦ green 232 ◦ blue 13

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

Shades of Lemon #EDE80D

Tints of Lemon #EDE80D

RGB

 RED value IS 237 (92.97% from 255) = 49.17%

 GREEN value IS 232 (91.02% from 255) = 48.13%

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

R = 49.17%
G = 48.13%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE80D (or 0xEDE80D) is known color: Lemon. HEX triplet: ED, E8 and 0D. RGB value is (237,232,13). Sum of RGB (Red+Green+Blue) = 237+232+13=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE80D is #1217F2. Grayscale: #D1D1D1. Windows color (decimal): -1185779 or 911597. OLE color: 911597.

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

Color convert

RGB 237 232 13 -
CMYK 0 0.02 0.95 0.07
HSL 58.66º 0.9% 0.49% -
HSV(B) 58.66º 0.95% 0.93% -
XYZ 63.85 75.75 11.64 -
YUV 208.53 17.66 148.31 -
System Red Green Blue C M Y K H S L
Decimal 237 232 13 0 0.02 0.95 0.07 58.66 0.9 0.49
Hex ED E8 D 0 2 5F 7 3B 5A 31
Octal 355 350 15 0 2 137 7 73 132 61
Binary 11101101 11101000 1101 0 10 1011111 111 111011 1011010 110001

Color Harmonies of #EDE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE80D

Black with #EDE80D

Text Example


Text Example

White with #EDE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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