Html Css Color HEX #EDE408 Lemon

📋 copy color: '#EDE408'

red 237 ◦ green 228 ◦ blue 8

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

Shades of Lemon #EDE408

Tints of Lemon #EDE408

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 50.11%
G = 48.2%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDE408 (or 0xEDE408) is known color: Lemon. HEX triplet: ED, E4 and 08. RGB value is (237,228,8). Sum of RGB (Red+Green+Blue) = 237+228+8=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE408 is #121BF7. Grayscale: #CECECE. Windows color (decimal): -1186808 or 582893. OLE color: 582893.

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

Color convert

RGB 237 228 8 -
CMYK 0 0.04 0.97 0.07
HSL 57.64º 0.93% 0.48% -
HSV(B) 57.64º 0.97% 0.93% -
XYZ 62.71 73.51 11.11 -
YUV 205.61 16.48 150.39 -
System Red Green Blue C M Y K H S L
Decimal 237 228 8 0 0.04 0.97 0.07 57.64 0.93 0.48
Hex ED E4 8 0 4 61 7 3A 5D 30
Octal 355 344 10 0 4 141 7 72 135 60
Binary 11101101 11100100 1000 0 100 1100001 111 111010 1011101 110000

Color Harmonies of #EDE408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE408

Black with #EDE408

Text Example


Text Example

White with #EDE408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE408; }

 p { color: rgb(237,228,8); }

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

background-color css

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

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

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

border-color css

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

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

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