Html Css Color HEX #EBCB7B Marzipan

📋 copy color: '#EBCB7B'

red 235 ◦ green 203 ◦ blue 123

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

Shades of Marzipan #EBCB7B

Tints of Marzipan #EBCB7B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

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

R = 41.89%
G = 36.19%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBCB7B (or 0xEBCB7B) is known color: Marzipan. HEX triplet: EB, CB and 7B. RGB value is (235,203,123). Sum of RGB (Red+Green+Blue) = 235+203+123=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB7B is #143484. Grayscale: #CBCBCB. Windows color (decimal): -1324165 or 8113131. OLE color: 8113131.

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

Color convert

RGB 235 203 123 -
CMYK 0 0.14 0.48 0.08
HSL 42.86º 0.74% 0.7% -
HSV(B) 42.86º 0.48% 0.92% -
XYZ 59.19 61.8 27.55 -
YUV 203.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 235 203 123 0 0.14 0.48 0.08 42.86 0.74 0.7
Hex EB CB 7B 0 E 30 8 2B 4A 46
Octal 353 313 173 0 16 60 10 53 112 106
Binary 11101011 11001011 1111011 0 1110 110000 1000 101011 1001010 1000110

Color Harmonies of #EBCB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB7B

Black with #EBCB7B

Text Example


Text Example

White with #EBCB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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