Html Css Color HEX #EDE611 Lemon

📋 copy color: '#EDE611'

red 237 ◦ green 230 ◦ blue 17

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

Shades of Lemon #EDE611

Tints of Lemon #EDE611

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.52%

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

R = 48.97%
G = 47.52%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDE611 (or 0xEDE611) is known color: Lemon. HEX triplet: ED, E6 and 11. RGB value is (237,230,17). Sum of RGB (Red+Green+Blue) = 237+230+17=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 17 (7.03% from 255 or 3.51% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE611 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE611 is #1219EE. Grayscale: #D0D0D0. Windows color (decimal): -1186287 or 1173229. OLE color: 1173229.

HSL color Cylindrical-coordinate representation of color #EDE611: hue angle of 58.09º 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 #EDE611 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 17 -
CMYK 0 0.03 0.93 0.07
HSL 58.09º 0.87% 0.5% -
HSV(B) 58.09º 0.93% 0.93% -
XYZ 63.32 74.64 11.6 -
YUV 207.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 237 230 17 0 0.03 0.93 0.07 58.09 0.87 0.5
Hex ED E6 11 0 3 5D 7 3A 57 32
Octal 355 346 21 0 3 135 7 72 127 62
Binary 11101101 11100110 10001 0 11 1011101 111 111010 1010111 110010

Color Harmonies of #EDE611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE611

Black with #EDE611

Text Example


Text Example

White with #EDE611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE611; }

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

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

background-color css

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

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

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

border-color css

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

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

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