Html Css Color HEX #EAC27E Marzipan

📋 copy color: '#EAC27E'

red 234 ◦ green 194 ◦ blue 126

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

Shades of Marzipan #EAC27E

Tints of Marzipan #EAC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.74%

R = 42.24%
G = 35.02%
B = 22.74%

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

#EAC27E (or 0xEAC27E) is known color: Marzipan. HEX triplet: EA, C2 and 7E. RGB value is (234,194,126). Sum of RGB (Red+Green+Blue) = 234+194+126=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27E is #153D81. Grayscale: #C6C6C6. Windows color (decimal): -1392002 or 8307434. OLE color: 8307434.

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

Color convert

RGB 234 194 126 -
CMYK 0 0.17 0.46 0.08
HSL 37.78º 0.72% 0.71% -
HSV(B) 37.78º 0.46% 0.92% -
XYZ 56.99 57.58 27.85 -
YUV 198.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 234 194 126 0 0.17 0.46 0.08 37.78 0.72 0.71
Hex EA C2 7E 0 11 2E 8 26 48 47
Octal 352 302 176 0 21 56 10 46 110 107
Binary 11101010 11000010 1111110 0 10001 101110 1000 100110 1001000 1000111

Color Harmonies of #EAC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC27E

Black with #EAC27E

Text Example


Text Example

White with #EAC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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