Html Css Color HEX #EBC37D Marzipan

📋 copy color: '#EBC37D'

red 235 ◦ green 195 ◦ blue 125

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

Shades of Marzipan #EBC37D

Tints of Marzipan #EBC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

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

R = 42.34%
G = 35.14%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC37D (or 0xEBC37D) is known color: Marzipan. HEX triplet: EB, C3 and 7D. RGB value is (235,195,125). Sum of RGB (Red+Green+Blue) = 235+195+125=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC37D is #143C82. Grayscale: #C7C7C7. Windows color (decimal): -1326211 or 8242155. OLE color: 8242155.

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

Color convert

RGB 235 195 125 -
CMYK 0 0.17 0.47 0.08
HSL 38.18º 0.73% 0.71% -
HSV(B) 38.18º 0.47% 0.92% -
XYZ 57.48 58.17 27.6 -
YUV 198.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 235 195 125 0 0.17 0.47 0.08 38.18 0.73 0.71
Hex EB C3 7D 0 11 2F 8 26 49 47
Octal 353 303 175 0 21 57 10 46 111 107
Binary 11101011 11000011 1111101 0 10001 101111 1000 100110 1001001 1000111

Color Harmonies of #EBC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC37D

Black with #EBC37D

Text Example


Text Example

White with #EBC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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