Html Css Color HEX #EBCC7D Marzipan

📋 copy color: '#EBCC7D'

red 235 ◦ green 204 ◦ blue 125

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

Shades of Marzipan #EBCC7D

Tints of Marzipan #EBCC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

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

R = 41.67%
G = 36.17%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBCC7D (or 0xEBCC7D) is known color: Marzipan. HEX triplet: EB, CC and 7D. RGB value is (235,204,125). Sum of RGB (Red+Green+Blue) = 235+204+125=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC7D is #143382. Grayscale: #CCCCCC. Windows color (decimal): -1323907 or 8244459. OLE color: 8244459.

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

Color convert

RGB 235 204 125 -
CMYK 0 0.13 0.47 0.08
HSL 43.09º 0.73% 0.71% -
HSV(B) 43.09º 0.47% 0.92% -
XYZ 59.56 62.33 28.29 -
YUV 204.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 235 204 125 0 0.13 0.47 0.08 43.09 0.73 0.71
Hex EB CC 7D 0 D 2F 8 2B 49 47
Octal 353 314 175 0 15 57 10 53 111 107
Binary 11101011 11001100 1111101 0 1101 101111 1000 101011 1001001 1000111

Color Harmonies of #EBCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC7D

Black with #EBCC7D

Text Example


Text Example

White with #EBCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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