Html Css Color HEX #ECC27D Marzipan

📋 copy color: '#ECC27D'

red 236 ◦ green 194 ◦ blue 125

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

Shades of Marzipan #ECC27D

Tints of Marzipan #ECC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

 BLUE value IS 125 (49.22% from 255) = 22.52%

R = 42.52%
G = 34.95%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECC27D (or 0xECC27D) is known color: Marzipan. HEX triplet: EC, C2 and 7D. RGB value is (236,194,125). Sum of RGB (Red+Green+Blue) = 236+194+125=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC27D is #133D82. Grayscale: #C7C7C7. Windows color (decimal): -1260931 or 8241900. OLE color: 8241900.

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

Color convert

RGB 236 194 125 -
CMYK 0 0.18 0.47 0.07
HSL 37.3º 0.74% 0.71% -
HSV(B) 37.3º 0.47% 0.93% -
XYZ 57.59 57.9 27.54 -
YUV 198.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 236 194 125 0 0.18 0.47 0.07 37.3 0.74 0.71
Hex EC C2 7D 0 12 2F 7 25 4A 47
Octal 354 302 175 0 22 57 7 45 112 107
Binary 11101100 11000010 1111101 0 10010 101111 111 100101 1001010 1000111

Color Harmonies of #ECC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC27D

Black with #ECC27D

Text Example


Text Example

White with #ECC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC27D; }

 p { color: rgb(236,194,125); }

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

background-color css

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

 a { background-color: rgb(236,194,125); }

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

border-color css

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

 span { border-color: rgb(236,194,125); }

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