Html Css Color HEX #EDE91A Lemon

📋 copy color: '#EDE91A'

red 237 ◦ green 233 ◦ blue 26

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

Shades of Lemon #EDE91A

Tints of Lemon #EDE91A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

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

R = 47.78%
G = 46.98%
B = 5.24%

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

#EDE91A (or 0xEDE91A) is known color: Lemon. HEX triplet: ED, E9 and 1A. RGB value is (237,233,26). Sum of RGB (Red+Green+Blue) = 237+233+26=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE91A is #1216E5. Grayscale: #D3D3D3. Windows color (decimal): -1185510 or 1763821. OLE color: 1763821.

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

Color convert

RGB 237 233 26 -
CMYK 0 0.02 0.89 0.07
HSL 58.86º 0.85% 0.52% -
HSV(B) 58.86º 0.89% 0.93% -
XYZ 64.25 76.36 12.33 -
YUV 210.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 237 233 26 0 0.02 0.89 0.07 58.86 0.85 0.52
Hex ED E9 1A 0 2 59 7 3B 55 34
Octal 355 351 32 0 2 131 7 73 125 64
Binary 11101101 11101001 11010 0 10 1011001 111 111011 1010101 110100

Color Harmonies of #EDE91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE91A

Black with #EDE91A

Text Example


Text Example

White with #EDE91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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