Html Css Color HEX #EEC375 Marzipan

📋 copy color: '#EEC375'

red 238 ◦ green 195 ◦ blue 117

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

Shades of Marzipan #EEC375

Tints of Marzipan #EEC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.45%

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

R = 43.27%
G = 35.45%
B = 21.27%

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

#EEC375 (or 0xEEC375) is known color: Marzipan. HEX triplet: EE, C3 and 75. RGB value is (238,195,117). Sum of RGB (Red+Green+Blue) = 238+195+117=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC375 is #113C8A. Grayscale: #C7C7C7. Windows color (decimal): -1129611 or 7717870. OLE color: 7717870.

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

Color convert

RGB 238 195 117 -
CMYK 0 0.18 0.51 0.07
HSL 38.68º 0.78% 0.7% -
HSV(B) 38.68º 0.51% 0.93% -
XYZ 57.99 58.49 25.06 -
YUV 198.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 238 195 117 0 0.18 0.51 0.07 38.68 0.78 0.7
Hex EE C3 75 0 12 33 7 27 4E 46
Octal 356 303 165 0 22 63 7 47 116 106
Binary 11101110 11000011 1110101 0 10010 110011 111 100111 1001110 1000110

Color Harmonies of #EEC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC375

Black with #EEC375

Text Example


Text Example

White with #EEC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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