Html Css Color HEX #EBC47A Marzipan

📋 copy color: '#EBC47A'

red 235 ◦ green 196 ◦ blue 122

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

Shades of Marzipan #EBC47A

Tints of Marzipan #EBC47A

RGB

 RED value IS 235 (92.19% from 255) = 42.5%

 GREEN value IS 196 (76.95% from 255) = 35.44%

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

R = 42.5%
G = 35.44%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBC47A (or 0xEBC47A) is known color: Marzipan. HEX triplet: EB, C4 and 7A. RGB value is (235,196,122). Sum of RGB (Red+Green+Blue) = 235+196+122=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC47A is #143B85. Grayscale: #C7C7C7. Windows color (decimal): -1325958 or 8045803. OLE color: 8045803.

HSL color Cylindrical-coordinate representation of color #EBC47A: hue angle of 39.29º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBC47A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 122 -
CMYK 0 0.17 0.48 0.08
HSL 39.29º 0.74% 0.7% -
HSV(B) 39.29º 0.48% 0.92% -
XYZ 57.51 58.55 26.68 -
YUV 199.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 235 196 122 0 0.17 0.48 0.08 39.29 0.74 0.7
Hex EB C4 7A 0 11 30 8 27 4A 46
Octal 353 304 172 0 21 60 10 47 112 106
Binary 11101011 11000100 1111010 0 10001 110000 1000 100111 1001010 1000110

Color Harmonies of #EBC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC47A

Black with #EBC47A

Text Example


Text Example

White with #EBC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC47A; }

 p { color: rgb(235,196,122); }

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

background-color css

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

 a { background-color: rgb(235,196,122); }

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

border-color css

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

 span { border-color: rgb(235,196,122); }

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