#EDD756

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

Shades of Portica #EDD756

Tints of Portica #EDD756

Color information

#EDD756 (or 0xEDD756) is unknown color: approx Portica. HEX triplet: ED, D7 and 56. RGB value is (237,215,86). Sum of RGB (Red+Green+Blue) = 237+215+86=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD756 is #1228A9. Grayscale: #CFCFCF. Windows color (decimal): -1190058 or 5691373. OLE color: 5691373.

HSL color Cylindrical-coordinate representation of color #EDD756: hue angle of 51.26º 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 #EDD756 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23721586-
CMYK00.090.640.07
HSL51.26º80.75%63.33%-
HSV(B)51.26º63.71%92.94%-
XYZ60.9167.2818.58-
YUV206.8759.79149.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 86 (33.98% from 255) = 15.99%
R=44.05%
G=39.96%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372158600.090.640.0751.2680.7563.33
HexEDD7560940733513f
Octal35532712601110076312177
Binary111011011101011110101100100110000001111100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD756; }

 p { color: rgb(237,215,86); }

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

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

 a { background-color: rgb(237,215,86); }

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

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

 span { border-color: rgb(237,215,86); }

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