#EDD850

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

Shades of Portica #EDD850

Tints of Portica #EDD850

Color information

#EDD850 (or 0xEDD850) is unknown color: approx Portica. HEX triplet: ED, D8 and 50. RGB value is (237,216,80). Sum of RGB (Red+Green+Blue) = 237+216+80=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD850 is #1227AF. Grayscale: #CFCFCF. Windows color (decimal): -1189808 or 5298413. OLE color: 5298413.

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

Color convert

RGB23721680-
CMYK00.090.660.07
HSL51.97º81.35%62.16%-
HSV(B)51.97º66.24%92.94%-
XYZ60.9367.717.44-
YUV206.7756.46149.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 80 (31.64% from 255) = 15.01%
R=44.47%
G=40.53%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372168000.090.660.0751.9781.3562.16
HexEDD8500942734513e
Octal35533012001110276412176
Binary111011011101100010100000100110000101111101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD850; }

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

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

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

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

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

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

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

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