Html Css Color HEX #EDC78A Marzipan

📋 copy color: '#EDC78A'

red 237 ◦ green 199 ◦ blue 138

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

Shades of Marzipan #EDC78A

Tints of Marzipan #EDC78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 41.29%
G = 34.67%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC78A (or 0xEDC78A) is known color: Marzipan. HEX triplet: ED, C7 and 8A. RGB value is (237,199,138). Sum of RGB (Red+Green+Blue) = 237+199+138=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC78A is #123875. Grayscale: #CBCBCB. Windows color (decimal): -1194102 or 9095149. OLE color: 9095149.

HSL color Cylindrical-coordinate representation of color #EDC78A: hue angle of 36.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDC78A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 138 -
CMYK 0 0.16 0.42 0.07
HSL 36.97º 0.73% 0.74% -
HSV(B) 36.97º 0.42% 0.93% -
XYZ 59.94 60.69 32.6 -
YUV 203.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 237 199 138 0 0.16 0.42 0.07 36.97 0.73 0.74
Hex ED C7 8A 0 10 2A 7 25 49 4A
Octal 355 307 212 0 20 52 7 45 111 112
Binary 11101101 11000111 10001010 0 10000 101010 111 100101 1001001 1001010

Color Harmonies of #EDC78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC78A

Black with #EDC78A

Text Example


Text Example

White with #EDC78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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