Html Css Color HEX #EAC67E Marzipan

📋 copy color: '#EAC67E'

red 234 ◦ green 198 ◦ blue 126

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

Shades of Marzipan #EAC67E

Tints of Marzipan #EAC67E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 41.94%
G = 35.48%
B = 22.58%

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

#EAC67E (or 0xEAC67E) is known color: Marzipan. HEX triplet: EA, C6 and 7E. RGB value is (234,198,126). Sum of RGB (Red+Green+Blue) = 234+198+126=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC67E is #153981. Grayscale: #C8C8C8. Windows color (decimal): -1390978 or 8308458. OLE color: 8308458.

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

Color convert

RGB 234 198 126 -
CMYK 0 0.15 0.46 0.08
HSL 40º 0.72% 0.71% -
HSV(B) 40º 0.46% 0.92% -
XYZ 57.89 59.39 28.15 -
YUV 200.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 234 198 126 0 0.15 0.46 0.08 40 0.72 0.71
Hex EA C6 7E 0 F 2E 8 28 48 47
Octal 352 306 176 0 17 56 10 50 110 107
Binary 11101010 11000110 1111110 0 1111 101110 1000 101000 1001000 1000111

Color Harmonies of #EAC67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC67E

Black with #EAC67E

Text Example


Text Example

White with #EAC67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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