Html Css Color HEX #EECD7A Marzipan

📋 copy color: '#EECD7A'

red 238 ◦ green 205 ◦ blue 122

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

Shades of Marzipan #EECD7A

Tints of Marzipan #EECD7A

RGB

 RED value IS 238 (93.36% from 255) = 42.12%

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

 BLUE value IS 122 (48.05% from 255) = 21.59%

R = 42.12%
G = 36.28%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EECD7A (or 0xEECD7A) is known color: Marzipan. HEX triplet: EE, CD and 7A. RGB value is (238,205,122). Sum of RGB (Red+Green+Blue) = 238+205+122=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD7A is #113285. Grayscale: #CDCDCD. Windows color (decimal): -1127046 or 8048110. OLE color: 8048110.

HSL color Cylindrical-coordinate representation of color #EECD7A: hue angle of 42.93º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EECD7A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 122 -
CMYK 0 0.14 0.49 0.07
HSL 42.93º 0.77% 0.71% -
HSV(B) 42.93º 0.49% 0.93% -
XYZ 60.6 63.24 27.43 -
YUV 205.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 238 205 122 0 0.14 0.49 0.07 42.93 0.77 0.71
Hex EE CD 7A 0 E 31 7 2B 4D 47
Octal 356 315 172 0 16 61 7 53 115 107
Binary 11101110 11001101 1111010 0 1110 110001 111 101011 1001101 1000111

Color Harmonies of #EECD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD7A

Black with #EECD7A

Text Example


Text Example

White with #EECD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD7A; }

 p { color: rgb(238,205,122); }

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

background-color css

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

 a { background-color: rgb(238,205,122); }

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

border-color css

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

 span { border-color: rgb(238,205,122); }

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