#EDCC5B

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

Shades of Portica #EDCC5B

Tints of Portica #EDCC5B

Color information

#EDCC5B (or 0xEDCC5B) is unknown color: approx Portica. HEX triplet: ED, CC and 5B. RGB value is (237,204,91). Sum of RGB (Red+Green+Blue) = 237+204+91=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC5B is #1233A4. Grayscale: #C9C9C9. Windows color (decimal): -1192869 or 6016237. OLE color: 6016237.

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

Color convert

RGB23720491-
CMYK00.140.620.07
HSL46.44º80.22%64.31%-
HSV(B)46.44º61.6%92.94%-
XYZ58.4161.9518.78-
YUV200.9865.93153.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 91 (35.94% from 255) = 17.11%
R=44.55%
G=38.35%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372049100.140.620.0746.4480.2264.31
HexEDCC5B0E3E72e5040
Octal35531413301676756120100
Binary111011011100110010110110111011111011110111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC5B; }

 p { color: rgb(237,204,91); }

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

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

 a { background-color: rgb(237,204,91); }

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

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

 span { border-color: rgb(237,204,91); }

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