Html Css Color HEX #EAD07D Marzipan

📋 copy color: '#EAD07D'

red 234 ◦ green 208 ◦ blue 125

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

Shades of Marzipan #EAD07D

Tints of Marzipan #EAD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.68%

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

R = 41.27%
G = 36.68%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD07D (or 0xEAD07D) is known color: Marzipan. HEX triplet: EA, D0 and 7D. RGB value is (234,208,125). Sum of RGB (Red+Green+Blue) = 234+208+125=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD07D is #152F82. Grayscale: #CECECE. Windows color (decimal): -1388419 or 8245482. OLE color: 8245482.

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

Color convert

RGB 234 208 125 -
CMYK 0 0.11 0.47 0.08
HSL 45.69º 0.72% 0.7% -
HSV(B) 45.69º 0.47% 0.92% -
XYZ 60.19 64.08 28.6 -
YUV 206.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 234 208 125 0 0.11 0.47 0.08 45.69 0.72 0.7
Hex EA D0 7D 0 B 2F 8 2E 48 46
Octal 352 320 175 0 13 57 10 56 110 106
Binary 11101010 11010000 1111101 0 1011 101111 1000 101110 1001000 1000110

Color Harmonies of #EAD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD07D

Black with #EAD07D

Text Example


Text Example

White with #EAD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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