Html Css Color HEX #EDED04 Lemon

📋 copy color: '#EDED04'

red 237 ◦ green 237 ◦ blue 4

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

Shades of Lemon #EDED04

Tints of Lemon #EDED04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 49.58%
G = 49.58%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDED04 (or 0xEDED04) is known color: Lemon. HEX triplet: ED, ED and 04. RGB value is (237,237,4). Sum of RGB (Red+Green+Blue) = 237+237+4=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED04 is #1212FB. Grayscale: #D3D3D3. Windows color (decimal): -1184508 or 323053. OLE color: 323053.

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

Color convert

RGB 237 237 4 -
CMYK 0 0 0.98 0.07
HSL 60º 0.97% 0.47% -
HSV(B) 60º 0.98% 0.93% -
XYZ 65.23 78.58 11.84 -
YUV 210.44 11.5 146.95 -
System Red Green Blue C M Y K H S L
Decimal 237 237 4 0 0 0.98 0.07 60 0.97 0.47
Hex ED ED 4 0 0 62 7 3C 61 2F
Octal 355 355 4 0 0 142 7 74 141 57
Binary 11101101 11101101 100 0 0 1100010 111 111100 1100001 101111

Color Harmonies of #EDED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED04

Black with #EDED04

Text Example


Text Example

White with #EDED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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