#EFCE5E

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

Shades of Portica #EFCE5E

Tints of Portica #EFCE5E

Color information

#EFCE5E (or 0xEFCE5E) is unknown color: approx Portica. HEX triplet: EF, CE and 5E. RGB value is (239,206,94). Sum of RGB (Red+Green+Blue) = 239+206+94=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE5E is #1031A1. Grayscale: #CBCBCB. Windows color (decimal): -1061282 or 6213359. OLE color: 6213359.

HSL color Cylindrical-coordinate representation of color #EFCE5E: hue angle of 46.34º 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 #EFCE5E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB23920694-
CMYK00.140.610.06
HSL46.34º81.92%65.29%-
HSV(B)46.34º60.67%93.73%-
XYZ59.6963.319.66-
YUV203.166.43153.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=44.34%
G=38.22%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392069400.140.610.0646.3481.9265.29
HexEFCE5E0E3D62e5241
Octal35731613601675656122101
Binary111011111100111010111100111011110111010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE5E; }

 p { color: rgb(239,206,94); }

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

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

 a { background-color: rgb(239,206,94); }

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

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

 span { border-color: rgb(239,206,94); }

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