Html Css Color HEX #EDED03 Lemon

📋 copy color: '#EDED03'

red 237 ◦ green 237 ◦ blue 3

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

Shades of Lemon #EDED03

Tints of Lemon #EDED03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 49.69%
G = 49.69%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDED03 (or 0xEDED03) is known color: Lemon. HEX triplet: ED, ED and 03. RGB value is (237,237,3). Sum of RGB (Red+Green+Blue) = 237+237+3=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 3 (1.56% from 255 or 0.63% from 477); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED03 is #1212FC. Grayscale: #D3D3D3. Windows color (decimal): -1184509 or 257517. OLE color: 257517.

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

Color convert

RGB 237 237 3 -
CMYK 0 0 0.99 0.07
HSL 60º 0.98% 0.47% -
HSV(B) 60º 0.99% 0.93% -
XYZ 65.23 78.58 11.82 -
YUV 210.32 11 147.03 -
System Red Green Blue C M Y K H S L
Decimal 237 237 3 0 0 0.99 0.07 60 0.98 0.47
Hex ED ED 3 0 0 63 7 3C 62 2F
Octal 355 355 3 0 0 143 7 74 142 57
Binary 11101101 11101101 11 0 0 1100011 111 111100 1100010 101111

Color Harmonies of #EDED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED03

Black with #EDED03

Text Example


Text Example

White with #EDED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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