Html Css Color HEX #EBC67D Marzipan

📋 copy color: '#EBC67D'

red 235 ◦ green 198 ◦ blue 125

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

Shades of Marzipan #EBC67D

Tints of Marzipan #EBC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 42.11%
G = 35.48%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC67D (or 0xEBC67D) is known color: Marzipan. HEX triplet: EB, C6 and 7D. RGB value is (235,198,125). Sum of RGB (Red+Green+Blue) = 235+198+125=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC67D is #143982. Grayscale: #C9C9C9. Windows color (decimal): -1325443 or 8242923. OLE color: 8242923.

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

Color convert

RGB 235 198 125 -
CMYK 0 0.16 0.47 0.08
HSL 39.82º 0.73% 0.71% -
HSV(B) 39.82º 0.47% 0.92% -
XYZ 58.16 59.53 27.83 -
YUV 200.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 235 198 125 0 0.16 0.47 0.08 39.82 0.73 0.71
Hex EB C6 7D 0 10 2F 8 28 49 47
Octal 353 306 175 0 20 57 10 50 111 107
Binary 11101011 11000110 1111101 0 10000 101111 1000 101000 1001001 1000111

Color Harmonies of #EBC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC67D

Black with #EBC67D

Text Example


Text Example

White with #EBC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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