Html Css Color HEX #ECD08A Marzipan

📋 copy color: '#ECD08A'

red 236 ◦ green 208 ◦ blue 138

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

Shades of Marzipan #ECD08A

Tints of Marzipan #ECD08A

RGB

 RED value IS 236 (92.58% from 255) = 40.55%

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 40.55%
G = 35.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD08A (or 0xECD08A) is known color: Marzipan. HEX triplet: EC, D0 and 8A. RGB value is (236,208,138). Sum of RGB (Red+Green+Blue) = 236+208+138=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08A is #132F75. Grayscale: #D0D0D0. Windows color (decimal): -1257334 or 9097452. OLE color: 9097452.

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

Color convert

RGB 236 208 138 -
CMYK 0 0.12 0.42 0.07
HSL 42.86º 0.72% 0.73% -
HSV(B) 42.86º 0.42% 0.93% -
XYZ 61.74 64.78 33.29 -
YUV 208.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 236 208 138 0 0.12 0.42 0.07 42.86 0.72 0.73
Hex EC D0 8A 0 C 2A 7 2B 48 49
Octal 354 320 212 0 14 52 7 53 110 111
Binary 11101100 11010000 10001010 0 1100 101010 111 101011 1001000 1001001

Color Harmonies of #ECD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD08A

Black with #ECD08A

Text Example


Text Example

White with #ECD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD08A; }

 p { color: rgb(236,208,138); }

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

background-color css

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

 a { background-color: rgb(236,208,138); }

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

border-color css

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

 span { border-color: rgb(236,208,138); }

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