Html Css Color HEX #EBCB7D Marzipan

📋 copy color: '#EBCB7D'

red 235 ◦ green 203 ◦ blue 125

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

Shades of Marzipan #EBCB7D

Tints of Marzipan #EBCB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.06%

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

R = 41.74%
G = 36.06%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBCB7D (or 0xEBCB7D) is known color: Marzipan. HEX triplet: EB, CB and 7D. RGB value is (235,203,125). Sum of RGB (Red+Green+Blue) = 235+203+125=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB7D is #143482. Grayscale: #CCCCCC. Windows color (decimal): -1324163 or 8244203. OLE color: 8244203.

HSL color Cylindrical-coordinate representation of color #EBCB7D: hue angle of 42.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBCB7D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 125 -
CMYK 0 0.14 0.47 0.08
HSL 42.55º 0.73% 0.71% -
HSV(B) 42.55º 0.47% 0.92% -
XYZ 59.32 61.85 28.21 -
YUV 203.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 235 203 125 0 0.14 0.47 0.08 42.55 0.73 0.71
Hex EB CB 7D 0 E 2F 8 2B 49 47
Octal 353 313 175 0 16 57 10 53 111 107
Binary 11101011 11001011 1111101 0 1110 101111 1000 101011 1001001 1000111

Color Harmonies of #EBCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB7D

Black with #EBCB7D

Text Example


Text Example

White with #EBCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB7D; }

 p { color: rgb(235,203,125); }

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

background-color css

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

 a { background-color: rgb(235,203,125); }

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

border-color css

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

 span { border-color: rgb(235,203,125); }

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