Html Css Color HEX #EDC77A Marzipan

📋 copy color: '#EDC77A'

red 237 ◦ green 199 ◦ blue 122

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

Shades of Marzipan #EDC77A

Tints of Marzipan #EDC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.66%

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

R = 42.47%
G = 35.66%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC77A (or 0xEDC77A) is known color: Marzipan. HEX triplet: ED, C7 and 7A. RGB value is (237,199,122). Sum of RGB (Red+Green+Blue) = 237+199+122=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77A is #123885. Grayscale: #C9C9C9. Windows color (decimal): -1194118 or 8046573. OLE color: 8046573.

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

Color convert

RGB 237 199 122 -
CMYK 0 0.16 0.49 0.07
HSL 40.17º 0.76% 0.7% -
HSV(B) 40.17º 0.49% 0.93% -
XYZ 58.86 60.26 26.94 -
YUV 201.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 237 199 122 0 0.16 0.49 0.07 40.17 0.76 0.7
Hex ED C7 7A 0 10 31 7 28 4C 46
Octal 355 307 172 0 20 61 7 50 114 106
Binary 11101101 11000111 1111010 0 10000 110001 111 101000 1001100 1000110

Color Harmonies of #EDC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC77A

Black with #EDC77A

Text Example


Text Example

White with #EDC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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