Html Css Color HEX #EDE41A Lemon

📋 copy color: '#EDE41A'

red 237 ◦ green 228 ◦ blue 26

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

Shades of Lemon #EDE41A

Tints of Lemon #EDE41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.3%

R = 48.27%
G = 46.44%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE41A (or 0xEDE41A) is known color: Lemon. HEX triplet: ED, E4 and 1A. RGB value is (237,228,26). Sum of RGB (Red+Green+Blue) = 237+228+26=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41A is #121BE5. Grayscale: #D0D0D0. Windows color (decimal): -1186790 or 1762541. OLE color: 1762541.

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

Color convert

RGB 237 228 26 -
CMYK 0 0.04 0.89 0.07
HSL 57.44º 0.85% 0.52% -
HSV(B) 57.44º 0.89% 0.93% -
XYZ 62.85 73.57 11.86 -
YUV 207.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 237 228 26 0 0.04 0.89 0.07 57.44 0.85 0.52
Hex ED E4 1A 0 4 59 7 39 55 34
Octal 355 344 32 0 4 131 7 71 125 64
Binary 11101101 11100100 11010 0 100 1011001 111 111001 1010101 110100

Color Harmonies of #EDE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE41A

Black with #EDE41A

Text Example


Text Example

White with #EDE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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