Html Css Color HEX #EDE213 Lemon

📋 copy color: '#EDE213'

red 237 ◦ green 226 ◦ blue 19

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

Shades of Lemon #EDE213

Tints of Lemon #EDE213

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.89%

 BLUE value IS 19 (7.81% from 255) = 3.94%

R = 49.17%
G = 46.89%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE213 (or 0xEDE213) is known color: Lemon. HEX triplet: ED, E2 and 13. RGB value is (237,226,19). Sum of RGB (Red+Green+Blue) = 237+226+19=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE213 is #121DEC. Grayscale: #CECECE. Windows color (decimal): -1187309 or 1303277. OLE color: 1303277.

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

Color convert

RGB 237 226 19 -
CMYK 0 0.05 0.92 0.07
HSL 56.97º 0.86% 0.5% -
HSV(B) 56.97º 0.92% 0.93% -
XYZ 62.24 72.44 11.32 -
YUV 205.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 237 226 19 0 0.05 0.92 0.07 56.97 0.86 0.5
Hex ED E2 13 0 5 5C 7 39 56 32
Octal 355 342 23 0 5 134 7 71 126 62
Binary 11101101 11100010 10011 0 101 1011100 111 111001 1010110 110010

Color Harmonies of #EDE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE213

Black with #EDE213

Text Example


Text Example

White with #EDE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE213; }

 p { color: rgb(237,226,19); }

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

background-color css

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

 a { background-color: rgb(237,226,19); }

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

border-color css

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

 span { border-color: rgb(237,226,19); }

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