#EDD454

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

Shades of Portica #EDD454

Tints of Portica #EDD454

Color information

#EDD454 (or 0xEDD454) is unknown color: approx Portica. HEX triplet: ED, D4 and 54. RGB value is (237,212,84). Sum of RGB (Red+Green+Blue) = 237+212+84=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD454 is #122BAB. Grayscale: #CDCDCD. Windows color (decimal): -1190828 or 5559533. OLE color: 5559533.

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

Color convert

RGB23721284-
CMYK00.110.650.07
HSL50.2º80.95%62.94%-
HSV(B)50.2º64.56%92.94%-
XYZ60.0765.7317.91-
YUV204.8859.78150.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=44.47%
G=39.77%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372128400.110.650.0750.280.9562.94
HexEDD4540B41732513f
Octal35532412401310176212177
Binary111011011101010010101000101110000011111100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD454; }

 p { color: rgb(237,212,84); }

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

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

 a { background-color: rgb(237,212,84); }

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

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

 span { border-color: rgb(237,212,84); }

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