Html Css Color HEX #EBC77D Marzipan

📋 copy color: '#EBC77D'

red 235 ◦ green 199 ◦ blue 125

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

Shades of Marzipan #EBC77D

Tints of Marzipan #EBC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.6%

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

R = 42.04%
G = 35.6%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC77D (or 0xEBC77D) is known color: Marzipan. HEX triplet: EB, C7 and 7D. RGB value is (235,199,125). Sum of RGB (Red+Green+Blue) = 235+199+125=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC77D is #143882. Grayscale: #C9C9C9. Windows color (decimal): -1325187 or 8243179. OLE color: 8243179.

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

Color convert

RGB 235 199 125 -
CMYK 0 0.15 0.47 0.08
HSL 40.36º 0.73% 0.71% -
HSV(B) 40.36º 0.47% 0.92% -
XYZ 58.39 59.99 27.9 -
YUV 201.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 235 199 125 0 0.15 0.47 0.08 40.36 0.73 0.71
Hex EB C7 7D 0 F 2F 8 28 49 47
Octal 353 307 175 0 17 57 10 50 111 107
Binary 11101011 11000111 1111101 0 1111 101111 1000 101000 1001001 1000111

Color Harmonies of #EBC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC77D

Black with #EBC77D

Text Example


Text Example

White with #EBC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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