#EDD255

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

Shades of Portica #EDD255

Tints of Portica #EDD255

Color information

#EDD255 (or 0xEDD255) is unknown color: approx Portica. HEX triplet: ED, D2 and 55. RGB value is (237,210,85). Sum of RGB (Red+Green+Blue) = 237+210+85=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD255 is #122DAA. Grayscale: #CCCCCC. Windows color (decimal): -1191339 or 5624557. OLE color: 5624557.

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

Color convert

RGB23721085-
CMYK00.110.640.07
HSL49.34º80.85%63.14%-
HSV(B)49.34º64.14%92.94%-
XYZ59.6164.7517.95-
YUV203.8260.95151.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 85 (33.59% from 255) = 15.98%
R=44.55%
G=39.47%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372108500.110.640.0749.3480.8563.14
HexEDD2550B40731513f
Octal35532212501310076112177
Binary111011011101001010101010101110000001111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD255; }

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

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

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

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

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

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

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

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