#EED356

Color #EED356 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EED356

Tints of Portica #EED356

Color information

#EED356 (or 0xEED356) is unknown color: approx Portica. HEX triplet: EE, D3 and 56. RGB value is (238,211,86). Sum of RGB (Red+Green+Blue) = 238+211+86=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED356 is #112CA9. Grayscale: #CDCDCD. Windows color (decimal): -1125546 or 5690350. OLE color: 5690350.

HSL color Cylindrical-coordinate representation of color #EED356: hue angle of 49.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EED356 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23821186-
CMYK00.110.640.07
HSL49.34º81.72%63.53%-
HSV(B)49.34º63.87%93.33%-
XYZ60.2365.4418.26-
YUV204.8260.95151.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 211 (82.81% from 255) = 39.44%
BLUE value IS 86 (33.98% from 255) = 16.07%
R=44.49%
G=39.44%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382118600.110.640.0749.3481.7263.53
HexEED3560B407315240
Octal356323126013100761122100
Binary1110111011010011101011001011100000011111000110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED356; }

 p { color: rgb(238,211,86); }

 H1.HeaderClassName
 {
   color: #EED356;
 }
 .AnyTagClassName
 {
   color: #EED356;
 }
</style>
background-color css

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

 a { background-color: rgb(238,211,86); }

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

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

 span { border-color: rgb(238,211,86); }

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