#EEDA5D

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

Shades of Portica #EEDA5D

Tints of Portica #EEDA5D

Color information

#EEDA5D (or 0xEEDA5D) is unknown color: approx Portica. HEX triplet: EE, DA and 5D. RGB value is (238,218,93). Sum of RGB (Red+Green+Blue) = 238+218+93=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA5D is #1125A2. Grayscale: #D2D2D2. Windows color (decimal): -1123747 or 6150894. OLE color: 6150894.

HSL color Cylindrical-coordinate representation of color #EEDA5D: hue angle of 51.72º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEDA5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23821893-
CMYK00.080.610.07
HSL51.72º81.01%64.9%-
HSV(B)51.72º60.92%93.33%-
XYZ62.3169.1120.41-
YUV209.7362.13148.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 93 (36.72% from 255) = 16.94%
R=43.35%
G=39.71%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382189300.080.610.0751.7281.0164.9
HexEEDA5D083D7345141
Octal35633213501075764121101
Binary111011101101101010111010100011110111111010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA5D; }

 p { color: rgb(238,218,93); }

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

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

 a { background-color: rgb(238,218,93); }

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

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

 span { border-color: rgb(238,218,93); }

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