Html Css Color HEX #EDCD77 Marzipan

📋 copy color: '#EDCD77'

red 237 ◦ green 205 ◦ blue 119

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

Shades of Marzipan #EDCD77

Tints of Marzipan #EDCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.21%

R = 42.25%
G = 36.54%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCD77 (or 0xEDCD77) is known color: Marzipan. HEX triplet: ED, CD and 77. RGB value is (237,205,119). Sum of RGB (Red+Green+Blue) = 237+205+119=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD77 is #123288. Grayscale: #CDCDCD. Windows color (decimal): -1192585 or 7851501. OLE color: 7851501.

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

Color convert

RGB 237 205 119 -
CMYK 0 0.14 0.50 0.07
HSL 43.73º 0.77% 0.7% -
HSV(B) 43.73º 0.5% 0.93% -
XYZ 60.09 63 26.45 -
YUV 204.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 237 205 119 0 0.14 0.50 0.07 43.73 0.77 0.7
Hex ED CD 77 0 E 32 7 2C 4D 46
Octal 355 315 167 0 16 62 7 54 115 106
Binary 11101101 11001101 1110111 0 1110 110010 111 101100 1001101 1000110

Color Harmonies of #EDCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD77

Black with #EDCD77

Text Example


Text Example

White with #EDCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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