Html Css Color HEX #ECD07A Marzipan

📋 copy color: '#ECD07A'

red 236 ◦ green 208 ◦ blue 122

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

Shades of Marzipan #ECD07A

Tints of Marzipan #ECD07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.55%

R = 41.7%
G = 36.75%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECD07A (or 0xECD07A) is known color: Marzipan. HEX triplet: EC, D0 and 7A. RGB value is (236,208,122). Sum of RGB (Red+Green+Blue) = 236+208+122=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD07A is #132F85. Grayscale: #CECECE. Windows color (decimal): -1257350 or 8048876. OLE color: 8048876.

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

Color convert

RGB 236 208 122 -
CMYK 0 0.12 0.48 0.07
HSL 45.26º 0.75% 0.7% -
HSV(B) 45.26º 0.48% 0.93% -
XYZ 60.66 64.35 27.64 -
YUV 206.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 236 208 122 0 0.12 0.48 0.07 45.26 0.75 0.7
Hex EC D0 7A 0 C 30 7 2D 4B 46
Octal 354 320 172 0 14 60 7 55 113 106
Binary 11101100 11010000 1111010 0 1100 110000 111 101101 1001011 1000110

Color Harmonies of #ECD07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD07A

Black with #ECD07A

Text Example


Text Example

White with #ECD07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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