#EDD854

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

Shades of Portica #EDD854

Tints of Portica #EDD854

Color information

#EDD854 (or 0xEDD854) is unknown color: approx Portica. HEX triplet: ED, D8 and 54. RGB value is (237,216,84). Sum of RGB (Red+Green+Blue) = 237+216+84=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD854 is #1227AB. Grayscale: #CFCFCF. Windows color (decimal): -1189804 or 5560557. OLE color: 5560557.

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

Color convert

RGB23721684-
CMYK00.090.650.07
HSL51.76º80.95%62.94%-
HSV(B)51.76º64.56%92.94%-
XYZ61.0867.7618.25-
YUV207.2358.46149.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 84 (33.20% from 255) = 15.64%
R=44.13%
G=40.22%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372168400.090.650.0751.7680.9562.94
HexEDD8540941734513f
Octal35533012401110176412177
Binary111011011101100010101000100110000011111101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD854; }

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

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

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

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

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

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

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

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