#EECD58

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

Shades of Portica #EECD58

Tints of Portica #EECD58

Color information

#EECD58 (or 0xEECD58) is unknown color: approx Portica. HEX triplet: EE, CD and 58. RGB value is (238,205,88). Sum of RGB (Red+Green+Blue) = 238+205+88=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD58 is #1132A7. Grayscale: #CACACA. Windows color (decimal): -1127080 or 5819886. OLE color: 5819886.

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

Color convert

RGB23820588-
CMYK00.140.630.07
HSL46.8º81.52%63.92%-
HSV(B)46.8º63.03%93.33%-
XYZ58.8562.5418.2-
YUV201.5363.93154.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 88 (34.77% from 255) = 16.57%
R=44.82%
G=38.61%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382058800.140.630.0746.881.5263.92
HexEECD580E3F72f5240
Octal35631513001677757122100
Binary111011101100110110110000111011111111110111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD58; }

 p { color: rgb(238,205,88); }

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

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

 a { background-color: rgb(238,205,88); }

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

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

 span { border-color: rgb(238,205,88); }

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