#EDD153

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

Shades of Portica #EDD153

Tints of Portica #EDD153

Color information

#EDD153 (or 0xEDD153) is unknown color: approx Portica. HEX triplet: ED, D1 and 53. RGB value is (237,209,83). Sum of RGB (Red+Green+Blue) = 237+209+83=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD153 is #122EAC. Grayscale: #CBCBCB. Windows color (decimal): -1191597 or 5493229. OLE color: 5493229.

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

Color convert

RGB23720983-
CMYK00.120.650.07
HSL49.09º81.05%62.75%-
HSV(B)49.09º64.98%92.94%-
XYZ59.2964.2317.46-
YUV203.0160.28152.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 209 (82.03% from 255) = 39.51%
BLUE value IS 83 (32.81% from 255) = 15.69%
R=44.80%
G=39.51%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372098300.120.650.0749.0981.0562.75
HexEDD1530C41731513f
Octal35532112301410176112177
Binary111011011101000110100110110010000011111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD153; }

 p { color: rgb(237,209,83); }

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

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

 a { background-color: rgb(237,209,83); }

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

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

 span { border-color: rgb(237,209,83); }

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