#EDD053

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

Shades of Portica #EDD053

Tints of Portica #EDD053

Color information

#EDD053 (or 0xEDD053) is unknown color: approx Portica. HEX triplet: ED, D0 and 53. RGB value is (237,208,83). Sum of RGB (Red+Green+Blue) = 237+208+83=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD053 is #122FAC. Grayscale: #CACACA. Windows color (decimal): -1191853 or 5492973. OLE color: 5492973.

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

Color convert

RGB23720883-
CMYK00.120.650.07
HSL48.7º81.05%62.75%-
HSV(B)48.7º64.98%92.94%-
XYZ59.0463.7417.37-
YUV202.4260.61152.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 83 (32.81% from 255) = 15.72%
R=44.89%
G=39.39%
B=15.72%

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
Decimal2372088300.120.650.0748.781.0562.75
HexEDD0530C41731513f
Octal35532012301410176112177
Binary111011011101000010100110110010000011111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD053; }

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

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

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

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

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

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

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

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