Html Css Color HEX #EDE908 Lemon

📋 copy color: '#EDE908'

red 237 ◦ green 233 ◦ blue 8

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

Shades of Lemon #EDE908

Tints of Lemon #EDE908

RGB

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

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

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

R = 49.58%
G = 48.74%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDE908 (or 0xEDE908) is known color: Lemon. HEX triplet: ED, E9 and 08. RGB value is (237,233,8). Sum of RGB (Red+Green+Blue) = 237+233+8=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 8 (3.52% from 255 or 1.67% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE908 is #1216F7. Grayscale: #D1D1D1. Windows color (decimal): -1185528 or 584173. OLE color: 584173.

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

Color convert

RGB 237 233 8 -
CMYK 0 0.02 0.97 0.07
HSL 58.95º 0.93% 0.48% -
HSV(B) 58.95º 0.97% 0.93% -
XYZ 64.11 76.3 11.58 -
YUV 208.55 14.83 148.3 -
System Red Green Blue C M Y K H S L
Decimal 237 233 8 0 0.02 0.97 0.07 58.95 0.93 0.48
Hex ED E9 8 0 2 61 7 3B 5D 30
Octal 355 351 10 0 2 141 7 73 135 60
Binary 11101101 11101001 1000 0 10 1100001 111 111011 1011101 110000

Color Harmonies of #EDE908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE908

Black with #EDE908

Text Example


Text Example

White with #EDE908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE908; }

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

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

background-color css

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

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

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

border-color css

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

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

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