Html Css Color HEX #EACF7D Marzipan

📋 copy color: '#EACF7D'

red 234 ◦ green 207 ◦ blue 125

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

Shades of Marzipan #EACF7D

Tints of Marzipan #EACF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.57%

 BLUE value IS 125 (49.22% from 255) = 22.08%

R = 41.34%
G = 36.57%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EACF7D (or 0xEACF7D) is known color: Marzipan. HEX triplet: EA, CF and 7D. RGB value is (234,207,125). Sum of RGB (Red+Green+Blue) = 234+207+125=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF7D is #153082. Grayscale: #CECECE. Windows color (decimal): -1388675 or 8245226. OLE color: 8245226.

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

Color convert

RGB 234 207 125 -
CMYK 0 0.12 0.47 0.08
HSL 45.14º 0.72% 0.7% -
HSV(B) 45.14º 0.47% 0.92% -
XYZ 59.95 63.6 28.52 -
YUV 205.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 234 207 125 0 0.12 0.47 0.08 45.14 0.72 0.7
Hex EA CF 7D 0 C 2F 8 2D 48 46
Octal 352 317 175 0 14 57 10 55 110 106
Binary 11101010 11001111 1111101 0 1100 101111 1000 101101 1001000 1000110

Color Harmonies of #EACF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF7D

Black with #EACF7D

Text Example


Text Example

White with #EACF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF7D; }

 p { color: rgb(234,207,125); }

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

background-color css

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

 a { background-color: rgb(234,207,125); }

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

border-color css

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

 span { border-color: rgb(234,207,125); }

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