#EDD258

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

Shades of Portica #EDD258

Tints of Portica #EDD258

Color information

#EDD258 (or 0xEDD258) is unknown color: approx Portica. HEX triplet: ED, D2 and 58. RGB value is (237,210,88). Sum of RGB (Red+Green+Blue) = 237+210+88=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD258 is #122DA7. Grayscale: #CCCCCC. Windows color (decimal): -1191336 or 5821165. OLE color: 5821165.

HSL color Cylindrical-coordinate representation of color #EDD258: hue angle of 49.13º degrees, saturation: 0.81, 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 #EDD258 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23721088-
CMYK00.110.630.07
HSL49.13º80.54%63.73%-
HSV(B)49.13º62.87%92.94%-
XYZ59.7364.818.59-
YUV204.1662.45151.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 88 (34.77% from 255) = 16.45%
R=44.30%
G=39.25%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372108800.110.630.0749.1380.5463.73
HexEDD2580B3F7315140
Octal35532213001377761121100
Binary111011011101001010110000101111111111111000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD258; }

 p { color: rgb(237,210,88); }

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

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

 a { background-color: rgb(237,210,88); }

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

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

 span { border-color: rgb(237,210,88); }

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