Html Css Color HEX #EDE81A Lemon

📋 copy color: '#EDE81A'

red 237 ◦ green 232 ◦ blue 26

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

Shades of Lemon #EDE81A

Tints of Lemon #EDE81A

RGB

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

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

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

R = 47.88%
G = 46.87%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE81A (or 0xEDE81A) is known color: Lemon. HEX triplet: ED, E8 and 1A. RGB value is (237,232,26). Sum of RGB (Red+Green+Blue) = 237+232+26=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE81A is #1217E5. Grayscale: #D2D2D2. Windows color (decimal): -1185766 or 1763565. OLE color: 1763565.

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

Color convert

RGB 237 232 26 -
CMYK 0 0.02 0.89 0.07
HSL 58.58º 0.85% 0.52% -
HSV(B) 58.58º 0.89% 0.93% -
XYZ 63.97 75.79 12.24 -
YUV 210.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 237 232 26 0 0.02 0.89 0.07 58.58 0.85 0.52
Hex ED E8 1A 0 2 59 7 3B 55 34
Octal 355 350 32 0 2 131 7 73 125 64
Binary 11101101 11101000 11010 0 10 1011001 111 111011 1010101 110100

Color Harmonies of #EDE81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE81A

Black with #EDE81A

Text Example


Text Example

White with #EDE81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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