Html Css Color HEX #EECD7D Marzipan

📋 copy color: '#EECD7D'

red 238 ◦ green 205 ◦ blue 125

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

Shades of Marzipan #EECD7D

Tints of Marzipan #EECD7D

RGB

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

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

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

R = 41.9%
G = 36.09%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EECD7D (or 0xEECD7D) is known color: Marzipan. HEX triplet: EE, CD and 7D. RGB value is (238,205,125). Sum of RGB (Red+Green+Blue) = 238+205+125=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD7D is #113282. Grayscale: #CECECE. Windows color (decimal): -1127043 or 8244718. OLE color: 8244718.

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

Color convert

RGB 238 205 125 -
CMYK 0 0.14 0.47 0.07
HSL 42.48º 0.77% 0.71% -
HSV(B) 42.48º 0.47% 0.93% -
XYZ 60.79 63.32 28.42 -
YUV 205.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 238 205 125 0 0.14 0.47 0.07 42.48 0.77 0.71
Hex EE CD 7D 0 E 2F 7 2A 4D 47
Octal 356 315 175 0 16 57 7 52 115 107
Binary 11101110 11001101 1111101 0 1110 101111 111 101010 1001101 1000111

Color Harmonies of #EECD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD7D

Black with #EECD7D

Text Example


Text Example

White with #EECD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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