Html Css Color HEX #EEC483 Marzipan

📋 copy color: '#EEC483'

red 238 ◦ green 196 ◦ blue 131

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

Shades of Marzipan #EEC483

Tints of Marzipan #EEC483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.19%

R = 42.12%
G = 34.69%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEC483 (or 0xEEC483) is known color: Marzipan. HEX triplet: EE, C4 and 83. RGB value is (238,196,131). Sum of RGB (Red+Green+Blue) = 238+196+131=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC483 is #113B7C. Grayscale: #C9C9C9. Windows color (decimal): -1129341 or 8635630. OLE color: 8635630.

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

Color convert

RGB 238 196 131 -
CMYK 0 0.18 0.45 0.07
HSL 36.45º 0.76% 0.72% -
HSV(B) 36.45º 0.45% 0.93% -
XYZ 59.1 59.3 29.8 -
YUV 201.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 238 196 131 0 0.18 0.45 0.07 36.45 0.76 0.72
Hex EE C4 83 0 12 2D 7 24 4C 48
Octal 356 304 203 0 22 55 7 44 114 110
Binary 11101110 11000100 10000011 0 10010 101101 111 100100 1001100 1001000

Color Harmonies of #EEC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC483

Black with #EEC483

Text Example


Text Example

White with #EEC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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