Html Css Color HEX #EDE91C Lemon

📋 copy color: '#EDE91C'

red 237 ◦ green 233 ◦ blue 28

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

Shades of Lemon #EDE91C

Tints of Lemon #EDE91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.62%

R = 47.59%
G = 46.79%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDE91C (or 0xEDE91C) is known color: Lemon. HEX triplet: ED, E9 and 1C. RGB value is (237,233,28). Sum of RGB (Red+Green+Blue) = 237+233+28=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE91C is #1216E3. Grayscale: #D3D3D3. Windows color (decimal): -1185508 or 1894893. OLE color: 1894893.

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

Color convert

RGB 237 233 28 -
CMYK 0 0.02 0.88 0.07
HSL 58.85º 0.85% 0.52% -
HSV(B) 58.85º 0.88% 0.93% -
XYZ 64.27 76.37 12.45 -
YUV 210.83 24.83 146.67 -
System Red Green Blue C M Y K H S L
Decimal 237 233 28 0 0.02 0.88 0.07 58.85 0.85 0.52
Hex ED E9 1C 0 2 58 7 3B 55 34
Octal 355 351 34 0 2 130 7 73 125 64
Binary 11101101 11101001 11100 0 10 1011000 111 111011 1010101 110100

Color Harmonies of #EDE91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE91C

Black with #EDE91C

Text Example


Text Example

White with #EDE91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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