Html Css Color HEX #EDDC0D Lemon

📋 copy color: '#EDDC0D'

red 237 ◦ green 220 ◦ blue 13

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

Shades of Lemon #EDDC0D

Tints of Lemon #EDDC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

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

R = 50.43%
G = 46.81%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDDC0D (or 0xEDDC0D) is known color: Lemon. HEX triplet: ED, DC and 0D. RGB value is (237,220,13). Sum of RGB (Red+Green+Blue) = 237+220+13=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC0D is #1223F2. Grayscale: #CACACA. Windows color (decimal): -1188851 or 908525. OLE color: 908525.

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

Color convert

RGB 237 220 13 -
CMYK 0 0.07 0.95 0.07
HSL 55.45º 0.9% 0.49% -
HSV(B) 55.45º 0.95% 0.93% -
XYZ 60.59 69.22 10.55 -
YUV 201.49 21.63 153.33 -
System Red Green Blue C M Y K H S L
Decimal 237 220 13 0 0.07 0.95 0.07 55.45 0.9 0.49
Hex ED DC D 0 7 5F 7 37 5A 31
Octal 355 334 15 0 7 137 7 67 132 61
Binary 11101101 11011100 1101 0 111 1011111 111 110111 1011010 110001

Color Harmonies of #EDDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC0D

Black with #EDDC0D

Text Example


Text Example

White with #EDDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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