Html Css Color HEX #EDCB78 Marzipan

📋 copy color: '#EDCB78'

red 237 ◦ green 203 ◦ blue 120

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

Shades of Marzipan #EDCB78

Tints of Marzipan #EDCB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 120 (47.27% from 255) = 21.43%

R = 42.32%
G = 36.25%
B = 21.43%

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

#EDCB78 (or 0xEDCB78) is known color: Marzipan. HEX triplet: ED, CB and 78. RGB value is (237,203,120). Sum of RGB (Red+Green+Blue) = 237+203+120=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB78 is #123487. Grayscale: #CCCCCC. Windows color (decimal): -1193096 or 7916525. OLE color: 7916525.

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

Color convert

RGB 237 203 120 -
CMYK 0 0.14 0.49 0.07
HSL 42.56º 0.76% 0.7% -
HSV(B) 42.56º 0.49% 0.93% -
XYZ 59.67 62.07 26.61 -
YUV 203.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 237 203 120 0 0.14 0.49 0.07 42.56 0.76 0.7
Hex ED CB 78 0 E 31 7 2B 4C 46
Octal 355 313 170 0 16 61 7 53 114 106
Binary 11101101 11001011 1111000 0 1110 110001 111 101011 1001100 1000110

Color Harmonies of #EDCB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB78

Black with #EDCB78

Text Example


Text Example

White with #EDCB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB78; }

 p { color: rgb(237,203,120); }

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

background-color css

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

 a { background-color: rgb(237,203,120); }

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

border-color css

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

 span { border-color: rgb(237,203,120); }

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