#EDDC53

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

Shades of Portica #EDDC53

Tints of Portica #EDDC53

Color information

#EDDC53 (or 0xEDDC53) is unknown color: approx Portica. HEX triplet: ED, DC and 53. RGB value is (237,220,83). Sum of RGB (Red+Green+Blue) = 237+220+83=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC53 is #1223AC. Grayscale: #D2D2D2. Windows color (decimal): -1188781 or 5496045. OLE color: 5496045.

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

Color convert

RGB23722083-
CMYK00.070.650.07
HSL53.38º81.05%62.75%-
HSV(B)53.38º64.98%92.94%-
XYZ62.0869.8218.39-
YUV209.4656.63147.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 83 (32.81% from 255) = 15.37%
R=43.89%
G=40.74%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372208300.070.650.0753.3881.0562.75
HexEDDC530741735513f
Octal3553341230710176512177
Binary11101101110111001010011011110000011111101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC53; }

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

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

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

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

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

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

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

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