Html Css Color HEX #EEC274 Marzipan

📋 copy color: '#EEC274'

red 238 ◦ green 194 ◦ blue 116

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

Shades of Marzipan #EEC274

Tints of Marzipan #EEC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

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

R = 43.43%
G = 35.4%
B = 21.17%

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

#EEC274 (or 0xEEC274) is known color: Marzipan. HEX triplet: EE, C2 and 74. RGB value is (238,194,116). Sum of RGB (Red+Green+Blue) = 238+194+116=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC274 is #113D8B. Grayscale: #C6C6C6. Windows color (decimal): -1129868 or 7652078. OLE color: 7652078.

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

Color convert

RGB 238 194 116 -
CMYK 0 0.18 0.51 0.07
HSL 38.36º 0.78% 0.69% -
HSV(B) 38.36º 0.51% 0.93% -
XYZ 57.7 58.02 24.68 -
YUV 198.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 238 194 116 0 0.18 0.51 0.07 38.36 0.78 0.69
Hex EE C2 74 0 12 33 7 26 4E 45
Octal 356 302 164 0 22 63 7 46 116 105
Binary 11101110 11000010 1110100 0 10010 110011 111 100110 1001110 1000101

Color Harmonies of #EEC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC274

Black with #EEC274

Text Example


Text Example

White with #EEC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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