Html Css Color HEX #ECD28A Marzipan

📋 copy color: '#ECD28A'

red 236 ◦ green 210 ◦ blue 138

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

Shades of Marzipan #ECD28A

Tints of Marzipan #ECD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.96%

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

R = 40.41%
G = 35.96%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECD28A (or 0xECD28A) is known color: Marzipan. HEX triplet: EC, D2 and 8A. RGB value is (236,210,138). Sum of RGB (Red+Green+Blue) = 236+210+138=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD28A is #132D75. Grayscale: #D1D1D1. Windows color (decimal): -1256822 or 9097964. OLE color: 9097964.

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

Color convert

RGB 236 210 138 -
CMYK 0 0.11 0.42 0.07
HSL 44.08º 0.72% 0.73% -
HSV(B) 44.08º 0.42% 0.93% -
XYZ 62.23 65.76 33.46 -
YUV 209.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 236 210 138 0 0.11 0.42 0.07 44.08 0.72 0.73
Hex EC D2 8A 0 B 2A 7 2C 48 49
Octal 354 322 212 0 13 52 7 54 110 111
Binary 11101100 11010010 10001010 0 1011 101010 111 101100 1001000 1001001

Color Harmonies of #ECD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD28A

Black with #ECD28A

Text Example


Text Example

White with #ECD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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