Html Css Color HEX #EDC378 Marzipan

📋 copy color: '#EDC378'

red 237 ◦ green 195 ◦ blue 120

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

Shades of Marzipan #EDC378

Tints of Marzipan #EDC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 42.93%
G = 35.33%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDC378 (or 0xEDC378) is known color: Marzipan. HEX triplet: ED, C3 and 78. RGB value is (237,195,120). Sum of RGB (Red+Green+Blue) = 237+195+120=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC378 is #123C87. Grayscale: #C7C7C7. Windows color (decimal): -1195144 or 7914477. OLE color: 7914477.

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

Color convert

RGB 237 195 120 -
CMYK 0 0.18 0.49 0.07
HSL 38.46º 0.76% 0.7% -
HSV(B) 38.46º 0.49% 0.93% -
XYZ 57.83 58.39 25.99 -
YUV 199.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 237 195 120 0 0.18 0.49 0.07 38.46 0.76 0.7
Hex ED C3 78 0 12 31 7 26 4C 46
Octal 355 303 170 0 22 61 7 46 114 106
Binary 11101101 11000011 1111000 0 10010 110001 111 100110 1001100 1000110

Color Harmonies of #EDC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC378

Black with #EDC378

Text Example


Text Example

White with #EDC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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