#EDDB5C

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

Shades of Portica #EDDB5C

Tints of Portica #EDDB5C

Color information

#EDDB5C (or 0xEDDB5C) is unknown color: approx Portica. HEX triplet: ED, DB and 5C. RGB value is (237,219,92). Sum of RGB (Red+Green+Blue) = 237+219+92=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB5C is #1224A3. Grayscale: #D2D2D2. Windows color (decimal): -1189028 or 6085613. OLE color: 6085613.

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

Color convert

RGB23721992-
CMYK00.080.610.07
HSL52.55º80.11%64.51%-
HSV(B)52.55º61.18%92.94%-
XYZ62.1969.4420.25-
YUV209.961.46147.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 16.79%
R=43.25%
G=39.96%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372199200.080.610.0752.5580.1164.51
HexEDDB5C083D7355041
Octal35533313401075765120101
Binary111011011101101110111000100011110111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB5C; }

 p { color: rgb(237,219,92); }

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

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

 a { background-color: rgb(237,219,92); }

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

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

 span { border-color: rgb(237,219,92); }

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