Html Css Color HEX #ECCB7A Marzipan

📋 copy color: '#ECCB7A'

red 236 ◦ green 203 ◦ blue 122

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

Shades of Marzipan #ECCB7A

Tints of Marzipan #ECCB7A

RGB

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

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

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

R = 42.07%
G = 36.19%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECCB7A (or 0xECCB7A) is known color: Marzipan. HEX triplet: EC, CB and 7A. RGB value is (236,203,122). Sum of RGB (Red+Green+Blue) = 236+203+122=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB7A is #133485. Grayscale: #CBCBCB. Windows color (decimal): -1258630 or 8047596. OLE color: 8047596.

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

Color convert

RGB 236 203 122 -
CMYK 0 0.14 0.48 0.07
HSL 42.63º 0.75% 0.7% -
HSV(B) 42.63º 0.48% 0.93% -
XYZ 59.46 61.95 27.24 -
YUV 203.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 236 203 122 0 0.14 0.48 0.07 42.63 0.75 0.7
Hex EC CB 7A 0 E 30 7 2B 4B 46
Octal 354 313 172 0 16 60 7 53 113 106
Binary 11101100 11001011 1111010 0 1110 110000 111 101011 1001011 1000110

Color Harmonies of #ECCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB7A

Black with #ECCB7A

Text Example


Text Example

White with #ECCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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