Html Css Color HEX #EECB7D Marzipan

📋 copy color: '#EECB7D'

red 238 ◦ green 203 ◦ blue 125

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

Shades of Marzipan #EECB7D

Tints of Marzipan #EECB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

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

R = 42.05%
G = 35.87%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EECB7D (or 0xEECB7D) is known color: Marzipan. HEX triplet: EE, CB and 7D. RGB value is (238,203,125). Sum of RGB (Red+Green+Blue) = 238+203+125=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB7D is #113482. Grayscale: #CCCCCC. Windows color (decimal): -1127555 or 8244206. OLE color: 8244206.

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

Color convert

RGB 238 203 125 -
CMYK 0 0.15 0.47 0.07
HSL 41.42º 0.77% 0.71% -
HSV(B) 41.42º 0.47% 0.93% -
XYZ 60.32 62.37 28.26 -
YUV 204.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 238 203 125 0 0.15 0.47 0.07 41.42 0.77 0.71
Hex EE CB 7D 0 F 2F 7 29 4D 47
Octal 356 313 175 0 17 57 7 51 115 107
Binary 11101110 11001011 1111101 0 1111 101111 111 101001 1001101 1000111

Color Harmonies of #EECB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB7D

Black with #EECB7D

Text Example


Text Example

White with #EECB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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