Html Css Color HEX #EDC97A Marzipan

📋 copy color: '#EDC97A'

red 237 ◦ green 201 ◦ blue 122

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

Shades of Marzipan #EDC97A

Tints of Marzipan #EDC97A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.89%

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

R = 42.32%
G = 35.89%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC97A (or 0xEDC97A) is known color: Marzipan. HEX triplet: ED, C9 and 7A. RGB value is (237,201,122). Sum of RGB (Red+Green+Blue) = 237+201+122=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97A is #123685. Grayscale: #CBCBCB. Windows color (decimal): -1193606 or 8047085. OLE color: 8047085.

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

Color convert

RGB 237 201 122 -
CMYK 0 0.15 0.49 0.07
HSL 41.22º 0.76% 0.7% -
HSV(B) 41.22º 0.49% 0.93% -
XYZ 59.32 61.18 27.1 -
YUV 202.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 237 201 122 0 0.15 0.49 0.07 41.22 0.76 0.7
Hex ED C9 7A 0 F 31 7 29 4C 46
Octal 355 311 172 0 17 61 7 51 114 106
Binary 11101101 11001001 1111010 0 1111 110001 111 101001 1001100 1000110

Color Harmonies of #EDC97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC97A

Black with #EDC97A

Text Example


Text Example

White with #EDC97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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