Html Css Color HEX #EDE409 Lemon

📋 copy color: '#EDE409'

red 237 ◦ green 228 ◦ blue 9

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

Shades of Lemon #EDE409

Tints of Lemon #EDE409

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

 BLUE value IS 9 (3.91% from 255) = 1.9%

R = 50%
G = 48.1%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDE409 (or 0xEDE409) is known color: Lemon. HEX triplet: ED, E4 and 09. RGB value is (237,228,9). Sum of RGB (Red+Green+Blue) = 237+228+9=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 9 (3.91% from 255 or 1.90% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE409 is #121BF6. Grayscale: #CECECE. Windows color (decimal): -1186807 or 648429. OLE color: 648429.

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

Color convert

RGB 237 228 9 -
CMYK 0 0.04 0.96 0.07
HSL 57.63º 0.93% 0.48% -
HSV(B) 57.63º 0.96% 0.93% -
XYZ 62.72 73.51 11.14 -
YUV 205.73 16.98 150.31 -
System Red Green Blue C M Y K H S L
Decimal 237 228 9 0 0.04 0.96 0.07 57.63 0.93 0.48
Hex ED E4 9 0 4 60 7 3A 5D 30
Octal 355 344 11 0 4 140 7 72 135 60
Binary 11101101 11100100 1001 0 100 1100000 111 111010 1011101 110000

Color Harmonies of #EDE409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE409

Black with #EDE409

Text Example


Text Example

White with #EDE409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE409; }

 p { color: rgb(237,228,9); }

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

background-color css

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

 a { background-color: rgb(237,228,9); }

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

border-color css

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

 span { border-color: rgb(237,228,9); }

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