Html Css Color HEX #EACD83 Marzipan

📋 copy color: '#EACD83'

red 234 ◦ green 205 ◦ blue 131

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

Shades of Marzipan #EACD83

Tints of Marzipan #EACD83

RGB

 RED value IS 234 (91.8% from 255) = 41.05%

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

 BLUE value IS 131 (51.56% from 255) = 22.98%

R = 41.05%
G = 35.96%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EACD83 (or 0xEACD83) is known color: Marzipan. HEX triplet: EA, CD and 83. RGB value is (234,205,131). Sum of RGB (Red+Green+Blue) = 234+205+131=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD83 is #15327C. Grayscale: #CDCDCD. Windows color (decimal): -1389181 or 8637930. OLE color: 8637930.

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

Color convert

RGB 234 205 131 -
CMYK 0 0.12 0.44 0.08
HSL 43.11º 0.71% 0.72% -
HSV(B) 43.11º 0.44% 0.92% -
XYZ 59.86 62.79 30.44 -
YUV 205.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 234 205 131 0 0.12 0.44 0.08 43.11 0.71 0.72
Hex EA CD 83 0 C 2C 8 2B 47 48
Octal 352 315 203 0 14 54 10 53 107 110
Binary 11101010 11001101 10000011 0 1100 101100 1000 101011 1000111 1001000

Color Harmonies of #EACD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD83

Black with #EACD83

Text Example


Text Example

White with #EACD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD83; }

 p { color: rgb(234,205,131); }

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

background-color css

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

 a { background-color: rgb(234,205,131); }

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

border-color css

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

 span { border-color: rgb(234,205,131); }

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