Html Css Color HEX #EDE802 Lemon

📋 copy color: '#EDE802'

red 237 ◦ green 232 ◦ blue 2

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

Shades of Lemon #EDE802

Tints of Lemon #EDE802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 50.32%
G = 49.26%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDE802 (or 0xEDE802) is known color: Lemon. HEX triplet: ED, E8 and 02. RGB value is (237,232,2). Sum of RGB (Red+Green+Blue) = 237+232+2=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE802 is #1217FD. Grayscale: #D0D0D0. Windows color (decimal): -1185790 or 190701. OLE color: 190701.

HSL color Cylindrical-coordinate representation of color #EDE802: hue angle of 58.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDE802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 2 -
CMYK 0 0.02 0.99 0.07
HSL 58.72º 0.98% 0.47% -
HSV(B) 58.72º 0.99% 0.93% -
XYZ 63.79 75.72 11.31 -
YUV 207.28 12.16 149.2 -
System Red Green Blue C M Y K H S L
Decimal 237 232 2 0 0.02 0.99 0.07 58.72 0.98 0.47
Hex ED E8 2 0 2 63 7 3B 62 2F
Octal 355 350 2 0 2 143 7 73 142 57
Binary 11101101 11101000 10 0 10 1100011 111 111011 1100010 101111

Color Harmonies of #EDE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE802

Black with #EDE802

Text Example


Text Example

White with #EDE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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