#EDD94F

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

Shades of Portica #EDD94F

Tints of Portica #EDD94F

Color information

#EDD94F (or 0xEDD94F) is unknown color: approx Portica. HEX triplet: ED, D9 and 4F. RGB value is (237,217,79). Sum of RGB (Red+Green+Blue) = 237+217+79=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD94F is #1226B0. Grayscale: #CFCFCF. Windows color (decimal): -1189553 or 5233133. OLE color: 5233133.

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

Color convert

RGB23721779-
CMYK00.080.670.07
HSL52.41º81.44%61.96%-
HSV(B)52.41º66.67%92.94%-
XYZ61.1568.1917.34-
YUV207.2555.63149.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 79 (31.25% from 255) = 14.82%
R=44.47%
G=40.71%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372177900.080.670.0752.4181.4461.96
HexEDD94F0843734513e
Octal35533111701010376412176
Binary111011011101100110011110100010000111111101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD94F; }

 p { color: rgb(237,217,79); }

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

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

 a { background-color: rgb(237,217,79); }

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

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

 span { border-color: rgb(237,217,79); }

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