Html Css Color HEX #EAD28A Marzipan

📋 copy color: '#EAD28A'

red 234 ◦ green 210 ◦ blue 138

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

Shades of Marzipan #EAD28A

Tints of Marzipan #EAD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 138 (54.3% from 255) = 23.71%

R = 40.21%
G = 36.08%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAD28A (or 0xEAD28A) is known color: Marzipan. HEX triplet: EA, D2 and 8A. RGB value is (234,210,138). Sum of RGB (Red+Green+Blue) = 234+210+138=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD28A is #152D75. Grayscale: #D1D1D1. Windows color (decimal): -1387894 or 9097962. OLE color: 9097962.

HSL color Cylindrical-coordinate representation of color #EAD28A: hue angle of 45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAD28A is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 138 -
CMYK 0 0.10 0.41 0.08
HSL 45º 0.7% 0.73% -
HSV(B) 45º 0.41% 0.92% -
XYZ 61.57 65.42 33.43 -
YUV 208.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 234 210 138 0 0.10 0.41 0.08 45 0.7 0.73
Hex EA D2 8A 0 A 29 8 2D 46 49
Octal 352 322 212 0 12 51 10 55 106 111
Binary 11101010 11010010 10001010 0 1010 101001 1000 101101 1000110 1001001

Color Harmonies of #EAD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD28A

Black with #EAD28A

Text Example


Text Example

White with #EAD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD28A; }

 p { color: rgb(234,210,138); }

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

background-color css

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

 a { background-color: rgb(234,210,138); }

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

border-color css

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

 span { border-color: rgb(234,210,138); }

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