Html Css Color HEX #EDE60D Lemon

📋 copy color: '#EDE60D'

red 237 ◦ green 230 ◦ blue 13

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

Shades of Lemon #EDE60D

Tints of Lemon #EDE60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 49.38%
G = 47.92%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE60D (or 0xEDE60D) is known color: Lemon. HEX triplet: ED, E6 and 0D. RGB value is (237,230,13). Sum of RGB (Red+Green+Blue) = 237+230+13=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE60D is #1219F2. Grayscale: #D0D0D0. Windows color (decimal): -1186291 or 911085. OLE color: 911085.

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

Color convert

RGB 237 230 13 -
CMYK 0 0.03 0.95 0.07
HSL 58.13º 0.9% 0.49% -
HSV(B) 58.13º 0.95% 0.93% -
XYZ 63.29 74.63 11.45 -
YUV 207.36 18.32 149.14 -
System Red Green Blue C M Y K H S L
Decimal 237 230 13 0 0.03 0.95 0.07 58.13 0.9 0.49
Hex ED E6 D 0 3 5F 7 3A 5A 31
Octal 355 346 15 0 3 137 7 72 132 61
Binary 11101101 11100110 1101 0 11 1011111 111 111010 1011010 110001

Color Harmonies of #EDE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE60D

Black with #EDE60D

Text Example


Text Example

White with #EDE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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