Html Css Color HEX #EDE711 Lemon

📋 copy color: '#EDE711'

red 237 ◦ green 231 ◦ blue 17

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

Shades of Lemon #EDE711

Tints of Lemon #EDE711

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 48.87%
G = 47.63%
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

#EDE711 (or 0xEDE711) is known color: Lemon. HEX triplet: ED, E7 and 11. RGB value is (237,231,17). Sum of RGB (Red+Green+Blue) = 237+231+17=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE711 is #1218EE. Grayscale: #D1D1D1. Windows color (decimal): -1186031 or 1173485. OLE color: 1173485.

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

Color convert

RGB 237 231 17 -
CMYK 0 0.03 0.93 0.07
HSL 58.36º 0.87% 0.5% -
HSV(B) 58.36º 0.93% 0.93% -
XYZ 63.6 75.2 11.69 -
YUV 208.4 19.99 148.4 -
System Red Green Blue C M Y K H S L
Decimal 237 231 17 0 0.03 0.93 0.07 58.36 0.87 0.5
Hex ED E7 11 0 3 5D 7 3A 57 32
Octal 355 347 21 0 3 135 7 72 127 62
Binary 11101101 11100111 10001 0 11 1011101 111 111010 1010111 110010

Color Harmonies of #EDE711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE711

Black with #EDE711

Text Example


Text Example

White with #EDE711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE711; }

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

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

background-color css

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

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

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

border-color css

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

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

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