Html Css Color HEX #EAC27B Marzipan

📋 copy color: '#EAC27B'

red 234 ◦ green 194 ◦ blue 123

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

Shades of Marzipan #EAC27B

Tints of Marzipan #EAC27B

RGB

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

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

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

R = 42.47%
G = 35.21%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAC27B (or 0xEAC27B) is known color: Marzipan. HEX triplet: EA, C2 and 7B. RGB value is (234,194,123). Sum of RGB (Red+Green+Blue) = 234+194+123=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27B is #153D84. Grayscale: #C6C6C6. Windows color (decimal): -1392005 or 8110826. OLE color: 8110826.

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

Color convert

RGB 234 194 123 -
CMYK 0 0.17 0.47 0.08
HSL 38.38º 0.73% 0.7% -
HSV(B) 38.38º 0.47% 0.92% -
XYZ 56.8 57.51 26.85 -
YUV 197.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 234 194 123 0 0.17 0.47 0.08 38.38 0.73 0.7
Hex EA C2 7B 0 11 2F 8 26 49 46
Octal 352 302 173 0 21 57 10 46 111 106
Binary 11101010 11000010 1111011 0 10001 101111 1000 100110 1001001 1000110

Color Harmonies of #EAC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC27B

Black with #EAC27B

Text Example


Text Example

White with #EAC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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