Html Css Color HEX #EACC7B Marzipan

📋 copy color: '#EACC7B'

red 234 ◦ green 204 ◦ blue 123

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

Shades of Marzipan #EACC7B

Tints of Marzipan #EACC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 41.71%
G = 36.36%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACC7B (or 0xEACC7B) is known color: Marzipan. HEX triplet: EA, CC and 7B. RGB value is (234,204,123). Sum of RGB (Red+Green+Blue) = 234+204+123=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC7B is #153384. Grayscale: #CCCCCC. Windows color (decimal): -1389445 or 8113386. OLE color: 8113386.

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

Color convert

RGB 234 204 123 -
CMYK 0 0.13 0.47 0.08
HSL 43.78º 0.73% 0.7% -
HSV(B) 43.78º 0.47% 0.92% -
XYZ 59.1 62.11 27.61 -
YUV 203.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 234 204 123 0 0.13 0.47 0.08 43.78 0.73 0.7
Hex EA CC 7B 0 D 2F 8 2C 49 46
Octal 352 314 173 0 15 57 10 54 111 106
Binary 11101010 11001100 1111011 0 1101 101111 1000 101100 1001001 1000110

Color Harmonies of #EACC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC7B

Black with #EACC7B

Text Example


Text Example

White with #EACC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC7B; }

 p { color: rgb(234,204,123); }

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

background-color css

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

 a { background-color: rgb(234,204,123); }

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

border-color css

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

 span { border-color: rgb(234,204,123); }

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