#EDDD63

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

Shades of Portica #EDDD63

Tints of Portica #EDDD63

Color information

#EDDD63 (or 0xEDDD63) is unknown color: approx Portica. HEX triplet: ED, DD and 63. RGB value is (237,221,99). Sum of RGB (Red+Green+Blue) = 237+221+99=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD63 is #12229C. Grayscale: #D4D4D4. Windows color (decimal): -1188509 or 6544877. OLE color: 6544877.

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

Color convert

RGB23722199-
CMYK00.070.580.07
HSL53.04º79.31%65.88%-
HSV(B)53.04º58.23%92.94%-
XYZ63.0370.6222.11-
YUV211.8864.3145.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 99 (39.06% from 255) = 17.77%
R=42.55%
G=39.68%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372219900.070.580.0753.0479.3165.88
HexEDDD63073A7354f42
Octal3553351430772765117102
Binary11101101110111011100011011111101011111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD63; }

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

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

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

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

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

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

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

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