#EDDB58

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

Shades of Portica #EDDB58

Tints of Portica #EDDB58

Color information

#EDDB58 (or 0xEDDB58) is unknown color: approx Portica. HEX triplet: ED, DB and 58. RGB value is (237,219,88). Sum of RGB (Red+Green+Blue) = 237+219+88=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB58 is #1224A7. Grayscale: #D1D1D1. Windows color (decimal): -1189032 or 5823469. OLE color: 5823469.

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

Color convert

RGB23721988-
CMYK00.080.630.07
HSL52.75º80.54%63.73%-
HSV(B)52.75º62.87%92.94%-
XYZ62.0269.3719.35-
YUV209.4559.46147.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 88 (34.77% from 255) = 16.18%
R=43.57%
G=40.26%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372198800.080.630.0752.7580.5463.73
HexEDDB58083F7355140
Octal35533313001077765121100
Binary111011011101101110110000100011111111111010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB58; }

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

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

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

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

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

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

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

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