Html Css Color HEX #EAC27F Marzipan

📋 copy color: '#EAC27F'

red 234 ◦ green 194 ◦ blue 127

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

Shades of Marzipan #EAC27F

Tints of Marzipan #EAC27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

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

R = 42.16%
G = 34.95%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAC27F (or 0xEAC27F) is known color: Marzipan. HEX triplet: EA, C2 and 7F. RGB value is (234,194,127). Sum of RGB (Red+Green+Blue) = 234+194+127=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27F is #153D80. Grayscale: #C6C6C6. Windows color (decimal): -1392001 or 8372970. OLE color: 8372970.

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

Color convert

RGB 234 194 127 -
CMYK 0 0.17 0.46 0.08
HSL 37.57º 0.72% 0.71% -
HSV(B) 37.57º 0.46% 0.92% -
XYZ 57.05 57.61 28.19 -
YUV 198.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 234 194 127 0 0.17 0.46 0.08 37.57 0.72 0.71
Hex EA C2 7F 0 11 2E 8 26 48 47
Octal 352 302 177 0 21 56 10 46 110 107
Binary 11101010 11000010 1111111 0 10001 101110 1000 100110 1001000 1000111

Color Harmonies of #EAC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC27F

Black with #EAC27F

Text Example


Text Example

White with #EAC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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