Html Css Color HEX #EDE704 Lemon

📋 copy color: '#EDE704'

red 237 ◦ green 231 ◦ blue 4

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

Shades of Lemon #EDE704

Tints of Lemon #EDE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.94%

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

R = 50.21%
G = 48.94%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDE704 (or 0xEDE704) is known color: Lemon. HEX triplet: ED, E7 and 04. RGB value is (237,231,4). Sum of RGB (Red+Green+Blue) = 237+231+4=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE704 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE704 is #1218FB. Grayscale: #CFCFCF. Windows color (decimal): -1186044 or 321517. OLE color: 321517.

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

Color convert

RGB 237 231 4 -
CMYK 0 0.03 0.98 0.07
HSL 58.45º 0.97% 0.47% -
HSV(B) 58.45º 0.98% 0.93% -
XYZ 63.52 75.17 11.28 -
YUV 206.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 237 231 4 0 0.03 0.98 0.07 58.45 0.97 0.47
Hex ED E7 4 0 3 62 7 3A 61 2F
Octal 355 347 4 0 3 142 7 72 141 57
Binary 11101101 11100111 100 0 11 1100010 111 111010 1100001 101111

Color Harmonies of #EDE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE704

Black with #EDE704

Text Example


Text Example

White with #EDE704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE704; }

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

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

background-color css

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

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

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

border-color css

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

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

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