#EDD85E

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

Shades of Portica #EDD85E

Tints of Portica #EDD85E

Color information

#EDD85E (or 0xEDD85E) is unknown color: approx Portica. HEX triplet: ED, D8 and 5E. RGB value is (237,216,94). Sum of RGB (Red+Green+Blue) = 237+216+94=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85E is #1227A1. Grayscale: #D0D0D0. Windows color (decimal): -1189794 or 6215917. OLE color: 6215917.

HSL color Cylindrical-coordinate representation of color #EDD85E: hue angle of 51.19º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD85E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23721694-
CMYK00.090.600.07
HSL51.19º79.89%64.9%-
HSV(B)51.19º60.34%92.94%-
XYZ61.567.9220.46-
YUV208.3763.46148.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 94 (37.11% from 255) = 17.18%
R=43.33%
G=39.49%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372169400.090.600.0751.1979.8964.9
HexEDD85E093C7335041
Octal35533013601174763120101
Binary111011011101100010111100100111110011111001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD85E; }

 p { color: rgb(237,216,94); }

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

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

 a { background-color: rgb(237,216,94); }

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

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

 span { border-color: rgb(237,216,94); }

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