Html Css Color HEX #EDDA11 Lemon

📋 copy color: '#EDDA11'

red 237 ◦ green 218 ◦ blue 17

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

Shades of Lemon #EDDA11

Tints of Lemon #EDDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

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

R = 50.21%
G = 46.19%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDDA11 (or 0xEDDA11) is known color: Lemon. HEX triplet: ED, DA and 11. RGB value is (237,218,17). Sum of RGB (Red+Green+Blue) = 237+218+17=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA11 is #1225EE. Grayscale: #C9C9C9. Windows color (decimal): -1189359 or 1170157. OLE color: 1170157.

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

Color convert

RGB 237 218 17 -
CMYK 0 0.08 0.93 0.07
HSL 54.82º 0.87% 0.5% -
HSV(B) 54.82º 0.93% 0.93% -
XYZ 60.1 68.19 10.52 -
YUV 200.77 24.29 153.84 -
System Red Green Blue C M Y K H S L
Decimal 237 218 17 0 0.08 0.93 0.07 54.82 0.87 0.5
Hex ED DA 11 0 8 5D 7 37 57 32
Octal 355 332 21 0 10 135 7 67 127 62
Binary 11101101 11011010 10001 0 1000 1011101 111 110111 1010111 110010

Color Harmonies of #EDDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA11

Black with #EDDA11

Text Example


Text Example

White with #EDDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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