Html Css Color HEX #EAD07F Marzipan

📋 copy color: '#EAD07F'

red 234 ◦ green 208 ◦ blue 127

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

Shades of Marzipan #EAD07F

Tints of Marzipan #EAD07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.32%

R = 41.12%
G = 36.56%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAD07F (or 0xEAD07F) is known color: Marzipan. HEX triplet: EA, D0 and 7F. RGB value is (234,208,127). Sum of RGB (Red+Green+Blue) = 234+208+127=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD07F is #152F80. Grayscale: #CECECE. Windows color (decimal): -1388417 or 8376554. OLE color: 8376554.

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

Color convert

RGB 234 208 127 -
CMYK 0 0.11 0.46 0.08
HSL 45.42º 0.72% 0.71% -
HSV(B) 45.42º 0.46% 0.92% -
XYZ 60.32 64.14 29.28 -
YUV 206.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 234 208 127 0 0.11 0.46 0.08 45.42 0.72 0.71
Hex EA D0 7F 0 B 2E 8 2D 48 47
Octal 352 320 177 0 13 56 10 55 110 107
Binary 11101010 11010000 1111111 0 1011 101110 1000 101101 1001000 1000111

Color Harmonies of #EAD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD07F

Black with #EAD07F

Text Example


Text Example

White with #EAD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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