Html Css Color HEX #EACD7E Marzipan

📋 copy color: '#EACD7E'

red 234 ◦ green 205 ◦ blue 126

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

Shades of Marzipan #EACD7E

Tints of Marzipan #EACD7E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.28%

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

R = 41.42%
G = 36.28%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EACD7E (or 0xEACD7E) is known color: Marzipan. HEX triplet: EA, CD and 7E. RGB value is (234,205,126). Sum of RGB (Red+Green+Blue) = 234+205+126=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD7E is #153281. Grayscale: #CDCDCD. Windows color (decimal): -1389186 or 8310250. OLE color: 8310250.

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

Color convert

RGB 234 205 126 -
CMYK 0 0.12 0.46 0.08
HSL 43.89º 0.72% 0.71% -
HSV(B) 43.89º 0.46% 0.92% -
XYZ 59.53 62.66 28.7 -
YUV 204.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 234 205 126 0 0.12 0.46 0.08 43.89 0.72 0.71
Hex EA CD 7E 0 C 2E 8 2C 48 47
Octal 352 315 176 0 14 56 10 54 110 107
Binary 11101010 11001101 1111110 0 1100 101110 1000 101100 1001000 1000111

Color Harmonies of #EACD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD7E

Black with #EACD7E

Text Example


Text Example

White with #EACD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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