Html Css Color HEX #EDE311 Lemon

📋 copy color: '#EDE311'

red 237 ◦ green 227 ◦ blue 17

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

Shades of Lemon #EDE311

Tints of Lemon #EDE311

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 49.27%
G = 47.19%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE311 (or 0xEDE311) is known color: Lemon. HEX triplet: ED, E3 and 11. RGB value is (237,227,17). Sum of RGB (Red+Green+Blue) = 237+227+17=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE311 is #121CEE. Grayscale: #CECECE. Windows color (decimal): -1187055 or 1172461. OLE color: 1172461.

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

Color convert

RGB 237 227 17 -
CMYK 0 0.04 0.93 0.07
HSL 57.27º 0.87% 0.5% -
HSV(B) 57.27º 0.93% 0.93% -
XYZ 62.5 72.98 11.32 -
YUV 206.05 21.31 150.08 -
System Red Green Blue C M Y K H S L
Decimal 237 227 17 0 0.04 0.93 0.07 57.27 0.87 0.5
Hex ED E3 11 0 4 5D 7 39 57 32
Octal 355 343 21 0 4 135 7 71 127 62
Binary 11101101 11100011 10001 0 100 1011101 111 111001 1010111 110010

Color Harmonies of #EDE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE311

Black with #EDE311

Text Example


Text Example

White with #EDE311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE311; }

 p { color: rgb(237,227,17); }

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

background-color css

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

 a { background-color: rgb(237,227,17); }

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

border-color css

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

 span { border-color: rgb(237,227,17); }

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