Html Css Color HEX #EBCE7A Marzipan

📋 copy color: '#EBCE7A'

red 235 ◦ green 206 ◦ blue 122

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

Shades of Marzipan #EBCE7A

Tints of Marzipan #EBCE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.59%

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

R = 41.74%
G = 36.59%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBCE7A (or 0xEBCE7A) is known color: Marzipan. HEX triplet: EB, CE and 7A. RGB value is (235,206,122). Sum of RGB (Red+Green+Blue) = 235+206+122=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE7A is #143185. Grayscale: #CDCDCD. Windows color (decimal): -1323398 or 8048363. OLE color: 8048363.

HSL color Cylindrical-coordinate representation of color #EBCE7A: hue angle of 44.6º 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 #EBCE7A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 122 -
CMYK 0 0.12 0.48 0.08
HSL 44.6º 0.74% 0.7% -
HSV(B) 44.6º 0.48% 0.92% -
XYZ 59.85 63.21 27.46 -
YUV 205.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 235 206 122 0 0.12 0.48 0.08 44.6 0.74 0.7
Hex EB CE 7A 0 C 30 8 2D 4A 46
Octal 353 316 172 0 14 60 10 55 112 106
Binary 11101011 11001110 1111010 0 1100 110000 1000 101101 1001010 1000110

Color Harmonies of #EBCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE7A

Black with #EBCE7A

Text Example


Text Example

White with #EBCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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