Html Css Color HEX #EDCD7A Marzipan

📋 copy color: '#EDCD7A'

red 237 ◦ green 205 ◦ blue 122

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

Shades of Marzipan #EDCD7A

Tints of Marzipan #EDCD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.35%

 BLUE value IS 122 (48.05% from 255) = 21.63%

R = 42.02%
G = 36.35%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDCD7A (or 0xEDCD7A) is known color: Marzipan. HEX triplet: ED, CD and 7A. RGB value is (237,205,122). Sum of RGB (Red+Green+Blue) = 237+205+122=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD7A is #123285. Grayscale: #CDCDCD. Windows color (decimal): -1192582 or 8048109. OLE color: 8048109.

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

Color convert

RGB 237 205 122 -
CMYK 0 0.14 0.49 0.07
HSL 43.3º 0.76% 0.7% -
HSV(B) 43.3º 0.49% 0.93% -
XYZ 60.27 63.07 27.41 -
YUV 205.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 237 205 122 0 0.14 0.49 0.07 43.3 0.76 0.7
Hex ED CD 7A 0 E 31 7 2B 4C 46
Octal 355 315 172 0 16 61 7 53 114 106
Binary 11101101 11001101 1111010 0 1110 110001 111 101011 1001100 1000110

Color Harmonies of #EDCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD7A

Black with #EDCD7A

Text Example


Text Example

White with #EDCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD7A; }

 p { color: rgb(237,205,122); }

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

background-color css

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

 a { background-color: rgb(237,205,122); }

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

border-color css

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

 span { border-color: rgb(237,205,122); }

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