Html Css Color HEX #EDE60F Lemon

📋 copy color: '#EDE60F'

red 237 ◦ green 230 ◦ blue 15

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

Shades of Lemon #EDE60F

Tints of Lemon #EDE60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 49.17%
G = 47.72%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDE60F (or 0xEDE60F) is known color: Lemon. HEX triplet: ED, E6 and 0F. RGB value is (237,230,15). Sum of RGB (Red+Green+Blue) = 237+230+15=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE60F is #1219F0. Grayscale: #D0D0D0. Windows color (decimal): -1186289 or 1042157. OLE color: 1042157.

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

Color convert

RGB 237 230 15 -
CMYK 0 0.03 0.94 0.07
HSL 58.11º 0.88% 0.49% -
HSV(B) 58.11º 0.94% 0.93% -
XYZ 63.31 74.63 11.52 -
YUV 207.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 237 230 15 0 0.03 0.94 0.07 58.11 0.88 0.49
Hex ED E6 F 0 3 5E 7 3A 58 31
Octal 355 346 17 0 3 136 7 72 130 61
Binary 11101101 11100110 1111 0 11 1011110 111 111010 1011000 110001

Color Harmonies of #EDE60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE60F

Black with #EDE60F

Text Example


Text Example

White with #EDE60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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