Html Css Color HEX #EBCD7B Marzipan

📋 copy color: '#EBCD7B'

red 235 ◦ green 205 ◦ blue 123

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

Shades of Marzipan #EBCD7B

Tints of Marzipan #EBCD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

 BLUE value IS 123 (48.44% from 255) = 21.85%

R = 41.74%
G = 36.41%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBCD7B (or 0xEBCD7B) is known color: Marzipan. HEX triplet: EB, CD and 7B. RGB value is (235,205,123). Sum of RGB (Red+Green+Blue) = 235+205+123=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD7B is #143284. Grayscale: #CCCCCC. Windows color (decimal): -1323653 or 8113643. OLE color: 8113643.

HSL color Cylindrical-coordinate representation of color #EBCD7B: hue angle of 43.93º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBCD7B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 123 -
CMYK 0 0.13 0.48 0.08
HSL 43.93º 0.74% 0.7% -
HSV(B) 43.93º 0.48% 0.92% -
XYZ 59.67 62.75 27.71 -
YUV 204.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 235 205 123 0 0.13 0.48 0.08 43.93 0.74 0.7
Hex EB CD 7B 0 D 30 8 2C 4A 46
Octal 353 315 173 0 15 60 10 54 112 106
Binary 11101011 11001101 1111011 0 1101 110000 1000 101100 1001010 1000110

Color Harmonies of #EBCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD7B

Black with #EBCD7B

Text Example


Text Example

White with #EBCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD7B; }

 p { color: rgb(235,205,123); }

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

background-color css

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

 a { background-color: rgb(235,205,123); }

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

border-color css

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

 span { border-color: rgb(235,205,123); }

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