#EDDB63

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

Shades of Portica #EDDB63

Tints of Portica #EDDB63

Color information

#EDDB63 (or 0xEDDB63) is unknown color: approx Portica. HEX triplet: ED, DB and 63. RGB value is (237,219,99). Sum of RGB (Red+Green+Blue) = 237+219+99=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB63 is #12249C. Grayscale: #D3D3D3. Windows color (decimal): -1189021 or 6544365. OLE color: 6544365.

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

Color convert

RGB23721999-
CMYK00.080.580.07
HSL52.17º79.31%65.88%-
HSV(B)52.17º58.23%92.94%-
XYZ62.5169.5721.94-
YUV210.764.96146.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 99 (39.06% from 255) = 17.84%
R=42.70%
G=39.46%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372199900.080.580.0752.1779.3165.88
HexEDDB63083A7344f42
Octal35533314301072764117102
Binary111011011101101111000110100011101011111010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB63; }

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

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

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

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

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

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

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

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