#EFDC5D

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

Shades of Portica #EFDC5D

Tints of Portica #EFDC5D

Color information

#EFDC5D (or 0xEFDC5D) is unknown color: approx Portica. HEX triplet: EF, DC and 5D. RGB value is (239,220,93). Sum of RGB (Red+Green+Blue) = 239+220+93=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC5D is #1023A2. Grayscale: #D3D3D3. Windows color (decimal): -1057699 or 6151407. OLE color: 6151407.

HSL color Cylindrical-coordinate representation of color #EFDC5D: hue angle of 52.19º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFDC5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23922093-
CMYK00.080.610.06
HSL52.19º82.02%65.1%-
HSV(B)52.19º61.09%93.73%-
XYZ63.1770.3320.6-
YUV211.261.29147.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=43.30%
G=39.86%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392209300.080.610.0652.1982.0265.1
HexEFDC5D083D6345241
Octal35733413501075664122101
Binary111011111101110010111010100011110111011010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC5D; }

 p { color: rgb(239,220,93); }

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

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

 a { background-color: rgb(239,220,93); }

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

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

 span { border-color: rgb(239,220,93); }

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