Html Css Color HEX #EBC474 Marzipan

📋 copy color: '#EBC474'

red 235 ◦ green 196 ◦ blue 116

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

Shades of Marzipan #EBC474

Tints of Marzipan #EBC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 42.96%
G = 35.83%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC474 (or 0xEBC474) is known color: Marzipan. HEX triplet: EB, C4 and 74. RGB value is (235,196,116). Sum of RGB (Red+Green+Blue) = 235+196+116=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC474 is #143B8B. Grayscale: #C6C6C6. Windows color (decimal): -1325964 or 7652587. OLE color: 7652587.

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

Color convert

RGB 235 196 116 -
CMYK 0 0.17 0.51 0.08
HSL 40.34º 0.75% 0.69% -
HSV(B) 40.34º 0.51% 0.92% -
XYZ 57.15 58.4 24.78 -
YUV 198.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 235 196 116 0 0.17 0.51 0.08 40.34 0.75 0.69
Hex EB C4 74 0 11 33 8 28 4B 45
Octal 353 304 164 0 21 63 10 50 113 105
Binary 11101011 11000100 1110100 0 10001 110011 1000 101000 1001011 1000101

Color Harmonies of #EBC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC474

Black with #EBC474

Text Example


Text Example

White with #EBC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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