Html Css Color HEX #EBCE7D Marzipan

📋 copy color: '#EBCE7D'

red 235 ◦ green 206 ◦ blue 125

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

Shades of Marzipan #EBCE7D

Tints of Marzipan #EBCE7D

RGB

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

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

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

R = 41.52%
G = 36.4%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBCE7D (or 0xEBCE7D) is known color: Marzipan. HEX triplet: EB, CE and 7D. RGB value is (235,206,125). Sum of RGB (Red+Green+Blue) = 235+206+125=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE7D is #143182. Grayscale: #CDCDCD. Windows color (decimal): -1323395 or 8244971. OLE color: 8244971.

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

Color convert

RGB 235 206 125 -
CMYK 0 0.12 0.47 0.08
HSL 44.18º 0.73% 0.71% -
HSV(B) 44.18º 0.47% 0.92% -
XYZ 60.03 63.29 28.45 -
YUV 205.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 235 206 125 0 0.12 0.47 0.08 44.18 0.73 0.71
Hex EB CE 7D 0 C 2F 8 2C 49 47
Octal 353 316 175 0 14 57 10 54 111 107
Binary 11101011 11001110 1111101 0 1100 101111 1000 101100 1001001 1000111

Color Harmonies of #EBCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE7D

Black with #EBCE7D

Text Example


Text Example

White with #EBCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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