Html Css Color HEX #EDE61D Lemon

📋 copy color: '#EDE61D'

red 237 ◦ green 230 ◦ blue 29

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

Shades of Lemon #EDE61D

Tints of Lemon #EDE61D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.37%

 BLUE value IS 29 (11.72% from 255) = 5.85%

R = 47.78%
G = 46.37%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDE61D (or 0xEDE61D) is known color: Lemon. HEX triplet: ED, E6 and 1D. RGB value is (237,230,29). Sum of RGB (Red+Green+Blue) = 237+230+29=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE61D is #1219E2. Grayscale: #D1D1D1. Windows color (decimal): -1186275 or 1959661. OLE color: 1959661.

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

Color convert

RGB 237 230 29 -
CMYK 0 0.03 0.88 0.07
HSL 57.98º 0.85% 0.52% -
HSV(B) 57.98º 0.88% 0.93% -
XYZ 63.44 74.69 12.23 -
YUV 209.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 237 230 29 0 0.03 0.88 0.07 57.98 0.85 0.52
Hex ED E6 1D 0 3 58 7 3A 55 34
Octal 355 346 35 0 3 130 7 72 125 64
Binary 11101101 11100110 11101 0 11 1011000 111 111010 1010101 110100

Color Harmonies of #EDE61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE61D

Black with #EDE61D

Text Example


Text Example

White with #EDE61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE61D; }

 p { color: rgb(237,230,29); }

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

background-color css

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

 a { background-color: rgb(237,230,29); }

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

border-color css

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

 span { border-color: rgb(237,230,29); }

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