Html Css Color HEX #EDE904 Lemon

📋 copy color: '#EDE904'

red 237 ◦ green 233 ◦ blue 4

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

Shades of Lemon #EDE904

Tints of Lemon #EDE904

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

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

R = 50%
G = 49.16%
B = 0.84%

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

#EDE904 (or 0xEDE904) is known color: Lemon. HEX triplet: ED, E9 and 04. RGB value is (237,233,4). Sum of RGB (Red+Green+Blue) = 237+233+4=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 4 (1.95% from 255 or 0.84% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE904 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE904 is #1216FB. Grayscale: #D1D1D1. Windows color (decimal): -1185532 or 322029. OLE color: 322029.

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

Color convert

RGB 237 233 4 -
CMYK 0 0.02 0.98 0.07
HSL 58.97º 0.97% 0.47% -
HSV(B) 58.97º 0.98% 0.93% -
XYZ 64.09 76.29 11.46 -
YUV 208.09 12.83 148.62 -
System Red Green Blue C M Y K H S L
Decimal 237 233 4 0 0.02 0.98 0.07 58.97 0.97 0.47
Hex ED E9 4 0 2 62 7 3B 61 2F
Octal 355 351 4 0 2 142 7 73 141 57
Binary 11101101 11101001 100 0 10 1100010 111 111011 1100001 101111

Color Harmonies of #EDE904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE904

Black with #EDE904

Text Example


Text Example

White with #EDE904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE904; }

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

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

background-color css

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

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

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

border-color css

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

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

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