Html Css Color HEX #EEC475 Marzipan

📋 copy color: '#EEC475'

red 238 ◦ green 196 ◦ blue 117

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

Shades of Marzipan #EEC475

Tints of Marzipan #EEC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.57%

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 43.19%
G = 35.57%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEC475 (or 0xEEC475) is known color: Marzipan. HEX triplet: EE, C4 and 75. RGB value is (238,196,117). Sum of RGB (Red+Green+Blue) = 238+196+117=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC475 is #113B8A. Grayscale: #C7C7C7. Windows color (decimal): -1129355 or 7718126. OLE color: 7718126.

HSL color Cylindrical-coordinate representation of color #EEC475: hue angle of 39.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEC475 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 117 -
CMYK 0 0.18 0.51 0.07
HSL 39.17º 0.78% 0.7% -
HSV(B) 39.17º 0.51% 0.93% -
XYZ 58.21 58.94 25.14 -
YUV 199.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 238 196 117 0 0.18 0.51 0.07 39.17 0.78 0.7
Hex EE C4 75 0 12 33 7 27 4E 46
Octal 356 304 165 0 22 63 7 47 116 106
Binary 11101110 11000100 1110101 0 10010 110011 111 100111 1001110 1000110

Color Harmonies of #EEC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC475

Black with #EEC475

Text Example


Text Example

White with #EEC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC475; }

 p { color: rgb(238,196,117); }

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

background-color css

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

 a { background-color: rgb(238,196,117); }

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

border-color css

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

 span { border-color: rgb(238,196,117); }

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