Html Css Color HEX #EDED09 Lemon

📋 copy color: '#EDED09'

red 237 ◦ green 237 ◦ blue 9

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

Shades of Lemon #EDED09

Tints of Lemon #EDED09

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 49.07%
G = 49.07%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDED09 (or 0xEDED09) is known color: Lemon. HEX triplet: ED, ED and 09. RGB value is (237,237,9). Sum of RGB (Red+Green+Blue) = 237+237+9=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 9 (3.91% from 255 or 1.86% from 483); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED09 is #1212F6. Grayscale: #D3D3D3. Windows color (decimal): -1184503 or 650733. OLE color: 650733.

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

Color convert

RGB 237 237 9 -
CMYK 0 0 0.96 0.07
HSL 60º 0.93% 0.48% -
HSV(B) 60º 0.96% 0.93% -
XYZ 65.26 78.59 11.99 -
YUV 211.01 14 146.54 -
System Red Green Blue C M Y K H S L
Decimal 237 237 9 0 0 0.96 0.07 60 0.93 0.48
Hex ED ED 9 0 0 60 7 3C 5D 30
Octal 355 355 11 0 0 140 7 74 135 60
Binary 11101101 11101101 1001 0 0 1100000 111 111100 1011101 110000

Color Harmonies of #EDED09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED09

Black with #EDED09

Text Example


Text Example

White with #EDED09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED09; }

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

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

background-color css

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

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

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

border-color css

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

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

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