Html Css Color HEX #EEC474 Marzipan

📋 copy color: '#EEC474'

red 238 ◦ green 196 ◦ blue 116

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

Shades of Marzipan #EEC474

Tints of Marzipan #EEC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.09%

R = 43.27%
G = 35.64%
B = 21.09%

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

#EEC474 (or 0xEEC474) is known color: Marzipan. HEX triplet: EE, C4 and 74. RGB value is (238,196,116). Sum of RGB (Red+Green+Blue) = 238+196+116=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC474 is #113B8B. Grayscale: #C7C7C7. Windows color (decimal): -1129356 or 7652590. OLE color: 7652590.

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

Color convert

RGB 238 196 116 -
CMYK 0 0.18 0.51 0.07
HSL 39.34º 0.78% 0.69% -
HSV(B) 39.34º 0.51% 0.93% -
XYZ 58.15 58.92 24.83 -
YUV 199.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 238 196 116 0 0.18 0.51 0.07 39.34 0.78 0.69
Hex EE C4 74 0 12 33 7 27 4E 45
Octal 356 304 164 0 22 63 7 47 116 105
Binary 11101110 11000100 1110100 0 10010 110011 111 100111 1001110 1000101

Color Harmonies of #EEC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC474

Black with #EEC474

Text Example


Text Example

White with #EEC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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