Html Css Color HEX #EBC384 Marzipan

📋 copy color: '#EBC384'

red 235 ◦ green 195 ◦ blue 132

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

Shades of Marzipan #EBC384

Tints of Marzipan #EBC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.7%

 BLUE value IS 132 (51.95% from 255) = 23.49%

R = 41.81%
G = 34.7%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBC384 (or 0xEBC384) is known color: Marzipan. HEX triplet: EB, C3 and 84. RGB value is (235,195,132). Sum of RGB (Red+Green+Blue) = 235+195+132=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC384 is #143C7B. Grayscale: #C8C8C8. Windows color (decimal): -1326204 or 8700907. OLE color: 8700907.

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

Color convert

RGB 235 195 132 -
CMYK 0 0.17 0.44 0.08
HSL 36.7º 0.72% 0.72% -
HSV(B) 36.7º 0.44% 0.92% -
XYZ 57.94 58.36 30.04 -
YUV 199.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 235 195 132 0 0.17 0.44 0.08 36.7 0.72 0.72
Hex EB C3 84 0 11 2C 8 25 48 48
Octal 353 303 204 0 21 54 10 45 110 110
Binary 11101011 11000011 10000100 0 10001 101100 1000 100101 1001000 1001000

Color Harmonies of #EBC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC384

Black with #EBC384

Text Example


Text Example

White with #EBC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC384; }

 p { color: rgb(235,195,132); }

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

background-color css

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

 a { background-color: rgb(235,195,132); }

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

border-color css

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

 span { border-color: rgb(235,195,132); }

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