Html Css Color HEX #EDE40A Lemon

📋 copy color: '#EDE40A'

red 237 ◦ green 228 ◦ blue 10

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

Shades of Lemon #EDE40A

Tints of Lemon #EDE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 49.89%
G = 48%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDE40A (or 0xEDE40A) is known color: Lemon. HEX triplet: ED, E4 and 0A. RGB value is (237,228,10). Sum of RGB (Red+Green+Blue) = 237+228+10=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40A is #121BF5. Grayscale: #CECECE. Windows color (decimal): -1186806 or 713965. OLE color: 713965.

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

Color convert

RGB 237 228 10 -
CMYK 0 0.04 0.96 0.07
HSL 57.62º 0.92% 0.48% -
HSV(B) 57.62º 0.96% 0.93% -
XYZ 62.72 73.51 11.17 -
YUV 205.84 17.48 150.23 -
System Red Green Blue C M Y K H S L
Decimal 237 228 10 0 0.04 0.96 0.07 57.62 0.92 0.48
Hex ED E4 A 0 4 60 7 3A 5C 30
Octal 355 344 12 0 4 140 7 72 134 60
Binary 11101101 11100100 1010 0 100 1100000 111 111010 1011100 110000

Color Harmonies of #EDE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE40A

Black with #EDE40A

Text Example


Text Example

White with #EDE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE40A; }

 p { color: rgb(237,228,10); }

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

background-color css

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

 a { background-color: rgb(237,228,10); }

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

border-color css

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

 span { border-color: rgb(237,228,10); }

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