Html Css Color HEX #EBD28A Marzipan

📋 copy color: '#EBD28A'

red 235 ◦ green 210 ◦ blue 138

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

Shades of Marzipan #EBD28A

Tints of Marzipan #EBD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 40.31%
G = 36.02%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBD28A (or 0xEBD28A) is known color: Marzipan. HEX triplet: EB, D2 and 8A. RGB value is (235,210,138). Sum of RGB (Red+Green+Blue) = 235+210+138=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD28A is #142D75. Grayscale: #D1D1D1. Windows color (decimal): -1322358 or 9097963. OLE color: 9097963.

HSL color Cylindrical-coordinate representation of color #EBD28A: hue angle of 44.54º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBD28A is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 138 -
CMYK 0 0.11 0.41 0.08
HSL 44.54º 0.71% 0.73% -
HSV(B) 44.54º 0.41% 0.92% -
XYZ 61.9 65.59 33.44 -
YUV 209.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 235 210 138 0 0.11 0.41 0.08 44.54 0.71 0.73
Hex EB D2 8A 0 B 29 8 2D 47 49
Octal 353 322 212 0 13 51 10 55 107 111
Binary 11101011 11010010 10001010 0 1011 101001 1000 101101 1000111 1001001

Color Harmonies of #EBD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD28A

Black with #EBD28A

Text Example


Text Example

White with #EBD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD28A; }

 p { color: rgb(235,210,138); }

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

background-color css

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

 a { background-color: rgb(235,210,138); }

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

border-color css

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

 span { border-color: rgb(235,210,138); }

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