#EDD155

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

Shades of Portica #EDD155

Tints of Portica #EDD155

Color information

#EDD155 (or 0xEDD155) is unknown color: approx Portica. HEX triplet: ED, D1 and 55. RGB value is (237,209,85). Sum of RGB (Red+Green+Blue) = 237+209+85=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD155 is #122EAA. Grayscale: #CBCBCB. Windows color (decimal): -1191595 or 5624301. OLE color: 5624301.

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

Color convert

RGB23720985-
CMYK00.120.640.07
HSL48.95º80.85%63.14%-
HSV(B)48.95º64.14%92.94%-
XYZ59.3764.2617.87-
YUV203.2461.28152.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 85 (33.59% from 255) = 16.01%
R=44.63%
G=39.36%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372098500.120.640.0748.9580.8563.14
HexEDD1550C40731513f
Octal35532112501410076112177
Binary111011011101000110101010110010000001111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD155; }

 p { color: rgb(237,209,85); }

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

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

 a { background-color: rgb(237,209,85); }

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

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

 span { border-color: rgb(237,209,85); }

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