#EDCD55

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

Shades of Portica #EDCD55

Tints of Portica #EDCD55

Color information

#EDCD55 (or 0xEDCD55) is unknown color: approx Portica. HEX triplet: ED, CD and 55. RGB value is (237,205,85). Sum of RGB (Red+Green+Blue) = 237+205+85=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD55 is #1232AA. Grayscale: #C9C9C9. Windows color (decimal): -1192619 or 5623277. OLE color: 5623277.

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

Color convert

RGB23720585-
CMYK00.140.640.07
HSL47.37º80.85%63.14%-
HSV(B)47.37º64.14%92.94%-
XYZ58.462.3217.55-
YUV200.8962.6153.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 85 (33.59% from 255) = 16.13%
R=44.97%
G=38.90%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372058500.140.640.0747.3780.8563.14
HexEDCD550E4072f513f
Octal35531512501610075712177
Binary111011011100110110101010111010000001111011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD55; }

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

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

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

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

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

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

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

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