Html Css Color HEX #EDEC09 Lemon

📋 copy color: '#EDEC09'

red 237 ◦ green 236 ◦ blue 9

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

Shades of Lemon #EDEC09

Tints of Lemon #EDEC09

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 49.17%
G = 48.96%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDEC09 (or 0xEDEC09) is known color: Lemon. HEX triplet: ED, EC and 09. RGB value is (237,236,9). Sum of RGB (Red+Green+Blue) = 237+236+9=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 9 (3.91% from 255 or 1.87% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC09 is #1213F6. Grayscale: #D3D3D3. Windows color (decimal): -1184759 or 650477. OLE color: 650477.

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

Color convert

RGB 237 236 9 -
CMYK 0 0.00 0.96 0.07
HSL 59.74º 0.93% 0.48% -
HSV(B) 59.74º 0.96% 0.93% -
XYZ 64.97 78.02 11.89 -
YUV 210.42 14.33 146.96 -
System Red Green Blue C M Y K H S L
Decimal 237 236 9 0 0.00 0.96 0.07 59.74 0.93 0.48
Hex ED EC 9 0 0 60 7 3C 5D 30
Octal 355 354 11 0 0 140 7 74 135 60
Binary 11101101 11101100 1001 0 0 1100000 111 111100 1011101 110000

Color Harmonies of #EDEC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC09

Black with #EDEC09

Text Example


Text Example

White with #EDEC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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