Html Css Color HEX #EDE804 Lemon

📋 copy color: '#EDE804'

red 237 ◦ green 232 ◦ blue 4

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

Shades of Lemon #EDE804

Tints of Lemon #EDE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.05%

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

R = 50.11%
G = 49.05%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDE804 (or 0xEDE804) is known color: Lemon. HEX triplet: ED, E8 and 04. RGB value is (237,232,4). Sum of RGB (Red+Green+Blue) = 237+232+4=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 4 (1.95% from 255 or 0.85% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE804 is #1217FB. Grayscale: #D0D0D0. Windows color (decimal): -1185788 or 321773. OLE color: 321773.

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

Color convert

RGB 237 232 4 -
CMYK 0 0.02 0.98 0.07
HSL 58.71º 0.97% 0.47% -
HSV(B) 58.71º 0.98% 0.93% -
XYZ 63.8 75.73 11.37 -
YUV 207.5 13.16 149.04 -
System Red Green Blue C M Y K H S L
Decimal 237 232 4 0 0.02 0.98 0.07 58.71 0.97 0.47
Hex ED E8 4 0 2 62 7 3B 61 2F
Octal 355 350 4 0 2 142 7 73 141 57
Binary 11101101 11101000 100 0 10 1100010 111 111011 1100001 101111

Color Harmonies of #EDE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE804

Black with #EDE804

Text Example


Text Example

White with #EDE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE804; }

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

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

background-color css

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

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

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

border-color css

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

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

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