Html Css Color HEX #EDE80B Lemon

📋 copy color: '#EDE80B'

red 237 ◦ green 232 ◦ blue 11

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

Shades of Lemon #EDE80B

Tints of Lemon #EDE80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.29%

R = 49.38%
G = 48.33%
B = 2.29%

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

#EDE80B (or 0xEDE80B) is known color: Lemon. HEX triplet: ED, E8 and 0B. RGB value is (237,232,11). Sum of RGB (Red+Green+Blue) = 237+232+11=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 11 (4.69% from 255 or 2.29% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE80B is #1217F4. Grayscale: #D1D1D1. Windows color (decimal): -1185781 or 780525. OLE color: 780525.

HSL color Cylindrical-coordinate representation of color #EDE80B: hue angle of 58.67º degrees, saturation: 0.91, 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 #EDE80B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 11 -
CMYK 0 0.02 0.95 0.07
HSL 58.67º 0.91% 0.49% -
HSV(B) 58.67º 0.95% 0.93% -
XYZ 63.84 75.74 11.57 -
YUV 208.3 16.66 148.47 -
System Red Green Blue C M Y K H S L
Decimal 237 232 11 0 0.02 0.95 0.07 58.67 0.91 0.49
Hex ED E8 B 0 2 5F 7 3B 5B 31
Octal 355 350 13 0 2 137 7 73 133 61
Binary 11101101 11101000 1011 0 10 1011111 111 111011 1011011 110001

Color Harmonies of #EDE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE80B

Black with #EDE80B

Text Example


Text Example

White with #EDE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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