Html Css Color HEX #EAC77F Marzipan

📋 copy color: '#EAC77F'

red 234 ◦ green 199 ◦ blue 127

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

Shades of Marzipan #EAC77F

Tints of Marzipan #EAC77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.68%

R = 41.79%
G = 35.54%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAC77F (or 0xEAC77F) is known color: Marzipan. HEX triplet: EA, C7 and 7F. RGB value is (234,199,127). Sum of RGB (Red+Green+Blue) = 234+199+127=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC77F is #153880. Grayscale: #C9C9C9. Windows color (decimal): -1390721 or 8374250. OLE color: 8374250.

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

Color convert

RGB 234 199 127 -
CMYK 0 0.15 0.46 0.08
HSL 40.37º 0.72% 0.71% -
HSV(B) 40.37º 0.46% 0.92% -
XYZ 58.19 59.87 28.57 -
YUV 201.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 234 199 127 0 0.15 0.46 0.08 40.37 0.72 0.71
Hex EA C7 7F 0 F 2E 8 28 48 47
Octal 352 307 177 0 17 56 10 50 110 107
Binary 11101010 11000111 1111111 0 1111 101110 1000 101000 1001000 1000111

Color Harmonies of #EAC77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC77F

Black with #EAC77F

Text Example


Text Example

White with #EAC77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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