#EDD862

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

Shades of Portica #EDD862

Tints of Portica #EDD862

Color information

#EDD862 (or 0xEDD862) is unknown color: approx Portica. HEX triplet: ED, D8 and 62. RGB value is (237,216,98). Sum of RGB (Red+Green+Blue) = 237+216+98=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD862 is #12279D. Grayscale: #D1D1D1. Windows color (decimal): -1189790 or 6478061. OLE color: 6478061.

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

Color convert

RGB23721698-
CMYK00.090.590.07
HSL50.94º79.43%65.69%-
HSV(B)50.94º58.65%92.94%-
XYZ61.696821.43-
YUV208.8365.46148.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 98 (38.67% from 255) = 17.79%
R=43.01%
G=39.20%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372169800.090.590.0750.9479.4365.69
HexEDD862093B7334f42
Octal35533014201173763117102
Binary111011011101100011000100100111101111111001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD862; }

 p { color: rgb(237,216,98); }

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

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

 a { background-color: rgb(237,216,98); }

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

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

 span { border-color: rgb(237,216,98); }

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