Html Css Color HEX #EDC97E Marzipan

📋 copy color: '#EDC97E'

red 237 ◦ green 201 ◦ blue 126

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

Shades of Marzipan #EDC97E

Tints of Marzipan #EDC97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 42.02%
G = 35.64%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDC97E (or 0xEDC97E) is known color: Marzipan. HEX triplet: ED, C9 and 7E. RGB value is (237,201,126). Sum of RGB (Red+Green+Blue) = 237+201+126=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97E is #123681. Grayscale: #CBCBCB. Windows color (decimal): -1193602 or 8309229. OLE color: 8309229.

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

Color convert

RGB 237 201 126 -
CMYK 0 0.15 0.47 0.07
HSL 40.54º 0.76% 0.71% -
HSV(B) 40.54º 0.47% 0.93% -
XYZ 59.58 61.28 28.43 -
YUV 203.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 237 201 126 0 0.15 0.47 0.07 40.54 0.76 0.71
Hex ED C9 7E 0 F 2F 7 29 4C 47
Octal 355 311 176 0 17 57 7 51 114 107
Binary 11101101 11001001 1111110 0 1111 101111 111 101001 1001100 1000111

Color Harmonies of #EDC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC97E

Black with #EDC97E

Text Example


Text Example

White with #EDC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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