Html Css Color HEX #EAC77B Marzipan

📋 copy color: '#EAC77B'

red 234 ◦ green 199 ◦ blue 123

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

Shades of Marzipan #EAC77B

Tints of Marzipan #EAC77B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.79%

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

R = 42.09%
G = 35.79%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC77B (or 0xEAC77B) is known color: Marzipan. HEX triplet: EA, C7 and 7B. RGB value is (234,199,123). Sum of RGB (Red+Green+Blue) = 234+199+123=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC77B is #153884. Grayscale: #C9C9C9. Windows color (decimal): -1390725 or 8112106. OLE color: 8112106.

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

Color convert

RGB 234 199 123 -
CMYK 0 0.15 0.47 0.08
HSL 41.08º 0.73% 0.7% -
HSV(B) 41.08º 0.47% 0.92% -
XYZ 57.93 59.77 27.22 -
YUV 200.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 234 199 123 0 0.15 0.47 0.08 41.08 0.73 0.7
Hex EA C7 7B 0 F 2F 8 29 49 46
Octal 352 307 173 0 17 57 10 51 111 106
Binary 11101010 11000111 1111011 0 1111 101111 1000 101001 1001001 1000110

Color Harmonies of #EAC77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC77B

Black with #EAC77B

Text Example


Text Example

White with #EAC77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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