Html Css Color HEX #EDE814 Lemon

📋 copy color: '#EDE814'

red 237 ◦ green 232 ◦ blue 20

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

Shades of Lemon #EDE814

Tints of Lemon #EDE814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.09%

R = 48.47%
G = 47.44%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE814 (or 0xEDE814) is known color: Lemon. HEX triplet: ED, E8 and 14. RGB value is (237,232,20). Sum of RGB (Red+Green+Blue) = 237+232+20=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE814 is #1217EB. Grayscale: #D2D2D2. Windows color (decimal): -1185772 or 1370349. OLE color: 1370349.

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

Color convert

RGB 237 232 20 -
CMYK 0 0.02 0.92 0.07
HSL 58.62º 0.86% 0.5% -
HSV(B) 58.62º 0.92% 0.93% -
XYZ 63.91 75.77 11.92 -
YUV 209.33 21.16 147.74 -
System Red Green Blue C M Y K H S L
Decimal 237 232 20 0 0.02 0.92 0.07 58.62 0.86 0.5
Hex ED E8 14 0 2 5C 7 3B 56 32
Octal 355 350 24 0 2 134 7 73 126 62
Binary 11101101 11101000 10100 0 10 1011100 111 111011 1010110 110010

Color Harmonies of #EDE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE814

Black with #EDE814

Text Example


Text Example

White with #EDE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE814; }

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

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

background-color css

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

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

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

border-color css

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

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

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