Html Css Color HEX #EDE017 Lemon

📋 copy color: '#EDE017'

red 237 ◦ green 224 ◦ blue 23

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

Shades of Lemon #EDE017

Tints of Lemon #EDE017

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

 BLUE value IS 23 (9.38% from 255) = 4.75%

R = 48.97%
G = 46.28%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDE017 (or 0xEDE017) is known color: Lemon. HEX triplet: ED, E0 and 17. RGB value is (237,224,23). Sum of RGB (Red+Green+Blue) = 237+224+23=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 23 (9.38% from 255 or 4.75% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE017 is #121FE8. Grayscale: #CDCDCD. Windows color (decimal): -1187817 or 1564909. OLE color: 1564909.

HSL color Cylindrical-coordinate representation of color #EDE017: hue angle of 56.36º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDE017 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 23 -
CMYK 0 0.05 0.90 0.07
HSL 56.36º 0.86% 0.51% -
HSV(B) 56.36º 0.9% 0.93% -
XYZ 61.74 71.38 11.33 -
YUV 204.97 25.31 150.84 -
System Red Green Blue C M Y K H S L
Decimal 237 224 23 0 0.05 0.90 0.07 56.36 0.86 0.51
Hex ED E0 17 0 5 5A 7 38 56 33
Octal 355 340 27 0 5 132 7 70 126 63
Binary 11101101 11100000 10111 0 101 1011010 111 111000 1010110 110011

Color Harmonies of #EDE017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE017

Black with #EDE017

Text Example


Text Example

White with #EDE017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE017; }

 p { color: rgb(237,224,23); }

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

background-color css

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

 a { background-color: rgb(237,224,23); }

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

border-color css

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

 span { border-color: rgb(237,224,23); }

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